change print to be 3 friendly
This commit is contained in:
parent
89689f7a03
commit
09f2d0a941
@ -104,7 +104,7 @@ def main():
|
||||
try:
|
||||
SemVer().run()
|
||||
except Exception as e:
|
||||
print e.message
|
||||
print(e.message)
|
||||
|
||||
if __name__ == '__main__':
|
||||
try: main()
|
||||
|
Loading…
Reference in New Issue
Block a user