We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e6301 commit 1ab58b5Copy full SHA for 1ab58b5
snakemake/persistence.py
@@ -748,7 +748,7 @@ def save_iocache(self):
748
def load_iocache(self):
749
filepath = self._iocache_filename
750
if os.path.exists(filepath):
751
- logger.info(f"Loading trusted IOCache from latest dry-run.")
+ logger.info("Loading trusted IOCache from latest dry-run.")
752
with open(filepath, "rb") as handle:
753
self.dag.workflow.iocache = IOCache.load(handle)
754
0 commit comments