commit | 9aa6144b2ac2dc27bc6f79218f4ebb6c8c722a7d | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Wed Nov 19 23:10:02 2014 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Wed Nov 19 23:10:02 2014 -0600 |
tree | 8362235cbbce3a45713a059327fcd0895abcd165 | |
parent | 5fda247dab4c73f285fc6432cf9d87ff89f9d46c [diff] [blame] |
python except as
diff --git a/makerelease.py b/makerelease.py index e44e439..2b6c564 100644 --- a/makerelease.py +++ b/makerelease.py
@@ -84,7 +84,7 @@ """ try: list_stdout = svn_command( 'list', tag_url ) - except SVNError, e: + except SVNError as e: if e.returncode != 1 or not str(e).find('tag_url'): raise e # otherwise ignore error, meaning tag does not exist