-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPython __name__ is not "__main__" #691
Comments
Which pyRevit version?! |
@eirannejad sorry for not attaching pyrevit env. Here it is:
|
eirannejad
added a commit
that referenced
this issue
Sep 14, 2019
Resolved. Will be pushed iwth 4.7beta3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
__name__
in CPython script is not"__main__"
as in IronPython. It'sbuiltins
To Reproduce
Run this script:
Output is
builtins
Expected behavior
__name__
should be"__main__"
The text was updated successfully, but these errors were encountered: