This commit is contained in:
brent s 2019-01-18 14:42:37 -05:00
parent 6cea3c012e
commit 94b326f1e5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if timeout == 'auto':
if not os.path.isfile(f):
continue
with open(f, 'r') as fh:
conf = f.read()
conf = fh.read()
for line in conf.splitlines():
if tmout_re.search(line):
try: