Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Oct 6, 2023
1 parent a497411 commit 6c04956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/pipes/local_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def job_creator(root_path, one=None, dry=False, rerun=False, max_md5_size=None):
if pipe is not None:
pipes.append(pipe)
except Exception:
_logger.error(f'Failed to register session %s:\n%s', session_path.relative_to(root_path), traceback.format_exc())
_logger.error('Failed to register session %s:\n%s', session_path.relative_to(root_path), traceback.format_exc())
continue

return pipes, all_datasets
Expand Down

0 comments on commit 6c04956

Please sign in to comment.