Fix formatting of print() calls

This commit is contained in:
Anthony Sottile
2018-11-22 00:15:14 -08:00
parent 3eaa6d8835
commit b3700f61ba
19 changed files with 99 additions and 99 deletions

View File

@@ -283,7 +283,7 @@ class TestReRunTests(object):
global count, req
assert request != req
req = request
print ("fix count %s" % count)
print("fix count %s" % count)
count += 1
def test_fix(fix):
pass