We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3363f2 + b7cd840 commit cba1304Copy full SHA for cba1304
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