mirror of
https://github.com/clearml/clearml
synced 2025-02-02 01:54:23 +00:00
PEP8
This commit is contained in:
parent
ca09bf2cef
commit
b1b4bf664f
@ -1,5 +1,4 @@
|
||||
import os
|
||||
from time import sleep
|
||||
|
||||
import six
|
||||
|
||||
|
@ -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__':
|
||||
|
Loading…
Reference in New Issue
Block a user