Compare commits

...

1 Commits

Author SHA1 Message Date
Christophe Mehay 467e1ed3d5 Exit 1 if conf commands fail 6 years ago

@ -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