-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Describe the bug*
If I use __file__
in python app then in PyCharm got the following error:
"NameError: name 'file' is not defined"
To Reproduce
Steps to reproduce the behavior:
- Add in simple python program
__file__
- Click on run in release mode with orange button
- See error "NameError: name 'file' is not defined"
Expected behavior
file should be provided
Metadata
Metadata
Assignees
Labels
No labels