plume-design / opensync-fut-base

BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Error when using pset tool #2

Open daljaz opened 1 year ago

daljaz commented 1 year ago

Issue: When using the pset tool, which loads the location file for your chosen testbed, the tools assume that a directory named miscs is present somewhere in the config/ directory structure. In this version, this is not the case, as there is a dangling symbolic link config/miscs -> ../internal/config/miscs used as a placeholder.

daljaz commented 1 year ago

Fix: The issue can be mitigated by creating an empty directory instead of the dangling symbolic link.

rm config/miscs
mkdir config/miscs

This will be addressed as part of upcoming release FUT-2.2.