Skip to content

Commit f6e7d02

Browse files
committed
Skip expunging?
1 parent 2a902a1 commit f6e7d02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/murfey/workflows/tomo/picking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def _register_picked_tomogram_use_diameter(message: dict, _db: Session):
121121
)
122122
}
123123
class2d_grp_uuid = _murfey_id(_app_id(pj_id, _db), _db)[0]
124-
_db.expunge(saved_message)
125124
zocalo_message: dict = {
126125
"parameters": {
127126
"tomogram": saved_message.tomogram,

0 commit comments

Comments
 (0)