We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543ebd7 commit da5035bCopy full SHA for da5035b
xpp/__main__.py
@@ -97,4 +97,5 @@ def main() -> None:
97
except Exception as e:
98
handle_exception(e, interpreter.stack)
99
100
-main()
+if __name__ == "__main__": # Don't run twice from setup.py import
101
+ main()
0 commit comments