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
PsPM path handling during startup is opaque. Some folders are put on the path and not removed. It is unclear whether all required folders are put on the path.
Collect all folders that need to be put on PsPM path on startup and list them here.
In pspm_init check which of these folders are already on the path, and store them in settings.
Put all folders on the path.
in pspm_quit, remove those folders from the path that were not on the path when PsPM was started.
The text was updated successfully, but these errors were encountered:
Summary
PsPM path handling during startup is opaque. Some folders are put on the path and not removed. It is unclear whether all required folders are put on the path.
pspm_init
check which of these folders are already on the path, and store them insettings
.pspm_quit
, remove those folders from the path that were not on the path when PsPM was started.The text was updated successfully, but these errors were encountered: