Skip to content

Commit cdeda11

Browse files
committed
fix typo
Signed-off-by: Jade Abraham <[email protected]>
1 parent bc8d2a4 commit cdeda11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: util/test/sub_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def ReadFileWithComments(f, ignoreLeadingSpace=True, args=None):
338338
tmp_args = [os.path.abspath(f)]
339339
if args != None:
340340
tmp_args += args
341-
output = run_process_with_chpl_env(tmp_args, stdout=subprocess.PIPE, env=file_env)[1]
341+
output = run_process_with_chpl_env(tmp_args, stdout=subprocess.PIPE)[1]
342342
mylines = output.splitlines()
343343

344344
except OSError as e:

0 commit comments

Comments
 (0)