aboutsummaryrefslogtreecommitdiff
path: root/layman
diff options
context:
space:
mode:
Diffstat (limited to 'layman')
-rw-r--r--layman/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/layman/utils.py b/layman/utils.py
index 9530701..c008530 100644
--- a/layman/utils.py
+++ b/layman/utils.py
@@ -270,9 +270,6 @@ def run_command(config, command, args, **kwargs):
try:
result = proc.wait()
- except KeyboardInterrupt:
- output.info('Interrupted manually', 2)
- result = 1
except Exception as err:
output.error(
'Unknown exception running command: %s' % command_repr)