Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Dec 18, 2024
1 parent 0b144d6 commit d138737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/pipes/video_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def _run(self, overwrite=True, **kwargs):

# catch here if there are no raw videos present
if len(actual_outputs) == 0:
_logger.info(f'Did not find any videos for this session')
_logger.info('Did not find any videos for this session')
actual_outputs = None
self.status = -1

Expand Down

0 comments on commit d138737

Please sign in to comment.