Skip to content

Commit ae66c9d

Browse files
committed
Optics
1 parent 94f1673 commit ae66c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibllib/pipes/ephys_preprocessing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ def _run(self, cams=None, overwrite=False):
10121012
if process.returncode != 0:
10131013
error_str = error.decode("utf-8").strip()
10141014
_logger.error(f'DLC failed for {cam}Camera.\n\n'
1015-
f'++++ Output of subprocess for debugging ++++\n\n'
1015+
f'++++++++ Output of subprocess for debugging ++++++++\n\n'
10161016
f'{error_str}\n'
10171017
f'++++++++++++++++++++++++++++++++++++++++++++\n')
10181018
self.status = -1
@@ -1037,7 +1037,7 @@ def _run(self, cams=None, overwrite=False):
10371037
if process.returncode != 0:
10381038
error_str = error.decode("utf-8").strip()
10391039
_logger.error(f'Motion energy failed for {cam}Camera.\n\n'
1040-
f'++++ Output of subprocess for debugging ++++\n\n'
1040+
f'++++++++ Output of subprocess for debugging ++++++++\n\n'
10411041
f'{error_str}\n'
10421042
f'++++++++++++++++++++++++++++++++++++++++++++\n')
10431043
self.status = -1

0 commit comments

Comments
 (0)