Skip to content

Commit 4948960

Browse files
committed
typo
1 parent 4871d61 commit 4948960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/video_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def _run(self, overwrite=True, **kwargs):
696696
self.status = -1
697697
continue
698698
t0 = time.time()
699-
_logger.info(f'Running Ligthning Pose on {label}Camera.')
699+
_logger.info(f'Running Lightning Pose on {label}Camera.')
700700
command2run = f"{self.scripts.joinpath('run_litpose.sh')} {str(self.env)} {mp4_file} {overwrite}"
701701
_logger.info(command2run)
702702
process = subprocess.Popen(

0 commit comments

Comments
 (0)