Skip to content

Commit 0811cba

Browse files
committed
Missed a return statement in 'except' block
1 parent 2cc5624 commit 0811cba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/workflows/clem/register_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def register_tiff_preprocessing_result(
323323
except Exception:
324324
logger.error(traceback.format_exc())
325325
logger.error("Exception encountered when parsing TIFF preprocessing result")
326+
return False
326327
else:
327328
logger.error(
328329
f"Invalid type for TIFF preprocessing result: {type(message['result'])}"

0 commit comments

Comments
 (0)