Commits on Source 2
-
Michael Kleehammer authored
-
Michael Kleehammer authored
The sys.path entries were already made absolute, but not the environment variable. The current process, therefore, worked but subprocesses did not always since they had relative values in their path. I also cleaned up some flake8 warnings about spacing.