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.
If I use __file__ in python app then in PyCharm got the following error: "NameError: name 'file' is not defined"
__file__
Steps to reproduce the behavior:
file should be provided
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:
__file__Expected behavior
file should be provided