summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e201947..185caa2 100644
--- a/wscript
+++ b/wscript
@@ -69,7 +69,7 @@ def rebase(ctx):
os.system('git branch bak-'+ str(time.time()))
os.system('git rebase master')
except Exception:
- print "Repository is not clean, skipped"
+ print("Repository is not clean, skipped")
finally:
os.chdir(old_cwd)