aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xckandumper3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckandumper b/ckandumper
index 0ec60d5..bfb99d7 100755
--- a/ckandumper
+++ b/ckandumper
@@ -316,3 +316,6 @@ if __name__ == "__main__":
except FileNotFoundError as e:
print(e)
exit(1)
+ except KeyboardInterrupt as e:
+ print(e)
+ exit(1)