Removed an exit statement that was preventing extensions from working

Former-commit-id: 1f89608ad6b7a6a65aca87742991f9195937d8a1 [formerly 304c1b09f0]
Former-commit-id: 8856ed6d9f72fd72f7a91d35dd987f00f1f8eaaf
This commit is contained in:
2022-10-19 15:13:14 -04:00
parent c200b5bbec
commit e9c787cfe3
-2
View File
@@ -950,5 +950,3 @@ if __name__ == "__main__":
except KeyboardInterrupt:
print('\n')
s_exit(0)