Skip to content

Commit 431adae

Browse files
log the exc_info
Co-authored-by: Daniel Hatton <[email protected]>
1 parent 4699251 commit 431adae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/spa/flush_spa_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def flush_spa_preprocessing(message: dict, db: Session, demo: bool = False):
334334
)
335335
except Exception as e:
336336
logger.error(
337-
f"Flushing position analysis for {f.file_path} caused exception {e}"
337+
f"Flushing position analysis for {f.file_path} caused exception {e}", exc_info=True
338338
)
339339
foil_hole_id = None
340340

0 commit comments

Comments
 (0)