We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Auto-reloading does not function properly if the application is run from a directory other than the one containing the script.
Steps to Reproduce:
tkreload example/sample_app.py
example
cd example
tkreload sample_app.py
Expected Behavior: Auto-reloading should work regardless of the current working directory when the script is executed.
Actual Behavior: Auto-reload only works if the script is run from its containing directory.
This issue may be related to how file paths are resolved during auto-reload.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Auto-reloading does not function properly if the application is run from a directory other than the one containing the script.
Steps to Reproduce:
tkreload example/sample_app.py
from a directory outsideexample
.cd example
) and runtkreload sample_app.py
.Expected Behavior:
Auto-reloading should work regardless of the current working directory when the script is executed.
Actual Behavior:
Auto-reload only works if the script is run from its containing directory.
This issue may be related to how file paths are resolved during auto-reload.
The text was updated successfully, but these errors were encountered: