Commit b1c29fa
authored
fix: fix iofile formatting to always display the storage query if it is set, also in case of missing input exceptions (snakemake#3786)
### Description
<!--Add a description of your PR here-->
### QC
<!-- Make sure that you can tick the boxes below. -->
* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Formatted file references now clearly indicate when a file is in
storage by appending “in storage” where applicable.
* **Bug Fixes**
* Standardized the return of formatted file paths: in non-input/output
contexts, formatting now consistently returns the annotated string
representation, ensuring predictable display and messaging across the
app.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent dc8acf4 commit b1c29fa
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
0 commit comments