the-draupnir-project/Draupnir
Relative dataPath directory support implementation is relative to install directory, not current working directory
开放
#241 创建于 2024年2月7日
L1 Very FewP1 NuisanceT3 Workflow Issuegood first issue
仓库指标
- 星标
- (239 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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/...)