This commit is contained in:
allegroai 2022-04-27 17:16:48 +03:00
parent ca09bf2cef
commit b1b4bf664f
3 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
import os
from time import sleep
import six

View File

@ -520,9 +520,9 @@ def main():
exit(cli())
except KeyboardInterrupt:
print('\nUser aborted')
#except Exception as ex:
# print('\nError: {}'.format(ex))
# exit(1)
except Exception as ex:
print('\nError: {}'.format(ex))
exit(1)
if __name__ == '__main__':