From 0e708b391e2e593d93acc68210708eef24fe80c5 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Mon, 12 Feb 2018 16:58:34 -0500 Subject: [PATCH] typo --- blockstack/lib/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockstack/lib/util.py b/blockstack/lib/util.py index eb05cebd1..e37431247 100644 --- a/blockstack/lib/util.py +++ b/blockstack/lib/util.py @@ -241,7 +241,7 @@ def daemonize(logfile): hard_num_open_files = 1024 # we don't have many other fds open yet - for i in rrange(3, hard_num_open_files): + for i in range(3, hard_num_open_files): if i == logfile.fileno(): continue