mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-13 08:37:44 +08:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user