PyDev fixes: don't stop on SystemExit

GitOrigin-RevId: fec99b4a86d5bd8259d76ce9bc1f9f1307dbd55f
This commit is contained in:
Andrey Lisin
2019-06-07 18:30:05 +03:00
committed by intellij-monorepo-bot
parent 1cba9cb422
commit 9cbf73ee18
3 changed files with 22 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
import sys
if __name__ == '__main__':
sys.exit(0)