Skip to content

Commit 26de8e1

Browse files
authored
Merge branch 'main' into fix/resource_parsing
2 parents e8ee946 + 943ff66 commit 26de8e1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [9.1.7](https://github.com/snakemake/snakemake/compare/v9.1.6...v9.1.7) (2025-04-04)
5+
6+
7+
### Bug Fixes
8+
9+
* only use temporary persistence directory in remote jobs when persistence is not shared via the FS ([#3513](https://github.com/snakemake/snakemake/issues/3513)) ([818a385](https://github.com/snakemake/snakemake/commit/818a3851a075e3439d0f77234992fbba07016319))
10+
11+
12+
### Documentation
13+
14+
* fix definition of --default-resources behavior ([8e54115](https://github.com/snakemake/snakemake/commit/8e541150873d42d97f08e502fc46af433f0c4a61))
15+
416
## [9.1.6](https://github.com/snakemake/snakemake/compare/v9.1.5...v9.1.6) (2025-04-03)
517

618

src/snakemake/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ def files(items):
835835
self.storage_settings is not None
836836
and SharedFSUsage.PERSISTENCE
837837
not in self.storage_settings.shared_fs_usage
838+
and self.remote_exec
838839
)
839840
else None
840841
)

0 commit comments

Comments
 (0)