We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1296a commit 8f01ac6Copy full SHA for 8f01ac6
etc/dist.py
@@ -46,6 +46,6 @@
46
47
call(["svn", "add", dist_dir])
48
if release.endswith("-SNAPSHOT"):
49
- print "Skipping commit because version is a snapshot."
+ print ("Skipping commit because version is a snapshot.")
50
else:
51
call(["svn", "commit", dist_dir])
0 commit comments