|
|
@ -68,11 +68,8 @@ def program_options():
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
print_substep("Error occured!", style="bold red")
|
|
|
|
print_substep("Error occured!", style="bold red")
|
|
|
|
raise SystemExit()
|
|
|
|
raise SystemExit()
|
|
|
|
except (
|
|
|
|
except KeyboardInterrupt:
|
|
|
|
ConnectionError,
|
|
|
|
print_substep("\nOperation Aborted!", style="bold red")
|
|
|
|
KeyboardInterrupt,
|
|
|
|
|
|
|
|
):
|
|
|
|
|
|
|
|
print_substep("Error occured!", style="bold red")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
if __name__ == "__main__":
|
|
|
|