the-draupnir-project/Draupnir
View on GitHubRelative dataPath directory support implementation is relative to install directory, not current working directory
Open
#241 opened on Feb 7, 2024
L1 Very FewP1 NuisanceT3 Workflow Issuegood first issue
Repository metrics
- Stars
- (239 stars)
- PR merge metrics
- (PR metrics pending)
Description
If a relative path is passed, it ends up evaluating to $DIST/../$DATA_PATH, rather than ./$DATA_PATH.
This becomes an issue once you are not in the workspace (eg. you've installed Draupnir on nix, where it lives in /nix/store/awewaef3-draupnir-1.86.1/...)