Run 2to3 utility

This commit is contained in:
Moritz Lell 2019-10-27 14:19:50 +01:00
commit 491040ea72
12 changed files with 26 additions and 26 deletions

View file

@ -52,7 +52,7 @@ def main():
finally:
try:
jobserver.force_return_tokens()
except Exception, e: # pylint: disable=broad-except
except Exception as e: # pylint: disable=broad-except
traceback.print_exc(100, sys.stderr)
err('unexpected error: %r\n' % e)
rv = 1