-
Notifications
You must be signed in to change notification settings - Fork 0
Relative import is not correctly updated when file change #448
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
Comments
are these directly in |
No they are in a subdirectory under user |
I just tried putting them directly in user and it made no difference. |
fixed locally, will go out in next beta |
Thank you! |
fixed in 0.2.0-228 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have two files. tests1 imports a function from test2, but if I update the print content in test2 the print out in the log will not update until I touch tests1.
I have a memory of a log entry somewhere along the lines of "updating relative imports", but I don't get anything like that anymore.
version: 0.2.0-220
os: windows 10
test1.py
test2.py
The text was updated successfully, but these errors were encountered: