Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using pset tool #2

Open
daljaz opened this issue Oct 12, 2023 · 1 comment
Open

Error when using pset tool #2

daljaz opened this issue Oct 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daljaz
Copy link
Collaborator

daljaz commented Oct 12, 2023

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 daljaz added the bug Something isn't working label Oct 12, 2023
@daljaz daljaz added this to the FUT-2.2 milestone Oct 12, 2023
@daljaz daljaz self-assigned this Oct 12, 2023
@daljaz
Copy link
Collaborator Author

daljaz commented Oct 12, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant