summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 291317f..12848ac 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -111,7 +111,7 @@ if options.verbose:
try:
run(args)
except:
- print 'Failure running:', args
+ print('Failure running:', args)
raise
verbose = []