Commit 706d9fa2 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent f3871122
......@@ -1491,7 +1491,7 @@ def main():
pool.close()
pool.join()
if errors:
print "Errors for shards %s" % ", ".join([str(e) for e in errors])
print("Errors for shards %s" % ", ".join([str(e) for e in errors]))
return_code = 1
else:
return_code = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment