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