diff --git a/src/git_flow/main.py b/src/git_flow/main.py index 0281c81..0dadbce 100755 --- a/src/git_flow/main.py +++ b/src/git_flow/main.py @@ -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