Python Forum

Full Version: update while running
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have a very long running script that i would like to have update itself when the script file it was started with is updated. i could certainly check the file's date and see if it has changed. any suggestions for the best way to do this?