Conversation:
Notices
-
Atari-Frosch (atarifrosch)'s status on Saturday, 17-Dec-2016 13:17:50 EST Atari-Frosch !TIL: If you want to run a #python script via crontab and expect to find a file (i. e. your config) in your own script path, you must find out your own script path first using os.path.dirname(sys.argv[0]) because the default path will not be the same as if you run the script from console.