Exit 1 if conf commands fail

exit v0.5.2
Christophe Mehay 6 years ago
parent 8d160616b0
commit 467e1ed3d5

@ -125,6 +125,7 @@ def main(argv):
entry.launch()
except Exception as e:
entry.log.error(str(e))
exit(1)
if __name__ == '__main__':

@ -5,7 +5,7 @@ from setuptools import setup
# Thanks Sam and Max
__version__ = '0.5.1'
__version__ = '0.5.2'
if __name__ == '__main__':
setup(

Loading…
Cancel
Save