mostly pathing improvements, mostly to benefit linux

This commit is contained in:
Fabian Dill
2020-03-15 19:32:00 +01:00
parent 2a05b9cd72
commit 031d6823a1
4 changed files with 36 additions and 18 deletions

View File

@@ -8,8 +8,6 @@ import atexit
import sys
import os
if __name__ == "__main__":
os.chdir(os.path.split(sys.argv[0])[0]) # set to local folder, so that options yamls can be found
exit_func = atexit.register(input, "Press enter to close.")