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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Reviewing @heatherm's PR SeattleTestbed/docs#39 shows that build.py and initialize.py treat their PWD and suggested target paths inconsistently. For example, running ../../repy_v2/build.py will use the correct paths to copy files from, though expecting its target dir inside the PWD at call time. OTOH, initialize.py requires its config file in the PWD.
We should clean this up and make initialize.py and build.py independent of the PWDand adopt a common understanding of where the target path is supposed to be located. This perhaps requires a doc change as well.