You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current working directory is mutable during execution on Python code. Even though it works, this is very fragile design. There should be no need to ever depend on the cwd, given all the folders Gumby uses are in the os.environ.
We should go over all StatisticsParser subclasses to make sure they point to the stable directories of os.environ.
The text was updated successfully, but these errors were encountered:
Extracted from #473
The current working directory is mutable during execution on Python code. Even though it works, this is very fragile design. There should be no need to ever depend on the cwd, given all the folders Gumby uses are in the
os.environ
.We should go over all
StatisticsParser
subclasses to make sure they point to the stable directories ofos.environ
.The text was updated successfully, but these errors were encountered: