Skip to content
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

Automatic reloading doesn't catch python imports? #263

Closed
rntz opened this issue Mar 2, 2021 · 2 comments
Closed

Automatic reloading doesn't catch python imports? #263

rntz opened this issue Mar 2, 2021 · 2 comments

Comments

@rntz
Copy link

rntz commented Mar 2, 2021

If there are two python files, A and B, in my user directory, and B imports A, and I change A, talon does not appear to reload B. In my case, A is draft_ui.py and B is draft_talon_helpers.py from https://github.com/splondike/talon_draft_window.

The relevant import is

from .draft_ui import DraftManager
@lunixbochs
Copy link

Can you post the talon log from updating the A file?

@lunixbochs
Copy link

lunixbochs commented Mar 4, 2021

fixed in 0.1.4-213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants