bugfix: capturo interrupion por teclado para no mostrar stack trace
This commit is contained in:
@@ -79,6 +79,9 @@ def main():
|
||||
command.error(str(e))
|
||||
except Exception as e:
|
||||
command.error("Ocurrió un error inesperado: " + str(e))
|
||||
except KeyboardInterrupt as e:
|
||||
print()
|
||||
command.error("Ejecución abortada")
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user