Skip to content

Commit

Permalink
fix logging in trigger_bonsai_camera()
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Winter committed Jul 13, 2023
1 parent af1c591 commit 09f83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblrig/base_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ def trigger_bonsai_cameras(self):
f"-p:RecordSound={self.task_params.RECORD_SOUND}",
"--no-boot",
]
self.logger.info('Bonsai camera recording process started')
self.logger.info(' '.join(cmd))
subprocess.Popen(cmd, cwd=workflow_file.parent)
self.logger.info('Bonsai camera recording process started')


class BonsaiVisualStimulusMixin(object):
Expand Down

0 comments on commit 09f83f8

Please sign in to comment.