mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PyDev fixes: don't stop on SystemExit
GitOrigin-RevId: fec99b4a86d5bd8259d76ce9bc1f9f1307dbd55f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1cba9cb422
commit
9cbf73ee18
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(0)
|
||||
Reference in New Issue
Block a user