Skip to content

Commit 2f8d539

Browse files
committed
remove superflous comma
1 parent a75ac4b commit 2f8d539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tests/backend_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def drive(backend, directories, python=['python'], switches = []):
381381
for fname in files[d]]
382382

383383
for fullpath in testcases:
384-
print('\tdriving %-40s' % (fullpath)),
384+
print('\tdriving %-40s' % (fullpath))
385385
sys.stdout.flush()
386386
fpath, fname = os.path.split(fullpath)
387387

0 commit comments

Comments
 (0)