oops
This commit is contained in:
parent
6cea3c012e
commit
94b326f1e5
@ -48,7 +48,7 @@ if timeout == 'auto':
|
|||||||
if not os.path.isfile(f):
|
if not os.path.isfile(f):
|
||||||
continue
|
continue
|
||||||
with open(f, 'r') as fh:
|
with open(f, 'r') as fh:
|
||||||
conf = f.read()
|
conf = fh.read()
|
||||||
for line in conf.splitlines():
|
for line in conf.splitlines():
|
||||||
if tmout_re.search(line):
|
if tmout_re.search(line):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user