diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |