We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0158e0 commit b7cd840Copy full SHA for b7cd840
x.py
@@ -16,4 +16,7 @@
16
17
import bootstrap
18
19
-bootstrap.main()
+try:
20
+ bootstrap.main()
21
+except KeyboardInterrupt:
22
+ sys.exit()
0 commit comments