Skip to content

Commit fc8f4b7

Browse files
authored
Update test_util.py
Appease python linter
1 parent 162c5e1 commit fc8f4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/incrparse/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_command(cmd):
2929
return subprocess.check_output(cmd, stderr=subprocess.STDOUT)
3030
else:
3131
return subprocess.check_output(list(map(lambda s: s.encode('utf-8'), cmd)),
32-
stderr=subprocess.STDOUT)
32+
stderr=subprocess.STDOUT)
3333

3434

3535
def parseLine(line, line_no, test_case, incremental_edit_args, reparse_args,

0 commit comments

Comments
 (0)