Skip to content

Commit 9cc3bce

Browse files
committed
fix lint
1 parent f045f85 commit 9cc3bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpy2/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def run(
210210
results[task.config] = r
211211

212212
# save results to cache
213-
self.log('run', f'saving results to cache')
213+
self.log('run', 'saving results to cache')
214214
self._write_cache(cache_file, (configs, results))
215215

216216
# plot results

0 commit comments

Comments
 (0)