Skip to content

Commit f578d6d

Browse files
committed
Fix print for Python 2.x
1 parent 8233d61 commit f578d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def set_title_and_block(title, err_block):
180180
os.environ["CURRENT_BLOCK"] = ERROR_CODES[err_block]
181181
line_str = '=' * 72
182182

183-
print()
183+
print('')
184184
print(line_str)
185185
print(title)
186186
print(line_str)

0 commit comments

Comments
 (0)