You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: