Skip to content

Commit 8cb5830

Browse files
committed
Name things consistently
1 parent 9b29882 commit 8cb5830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/tomo/picking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ def _register_picked_tomogram_use_diameter(message: dict, _db: Session):
203203
_db.close()
204204

205205

206-
def particles_tomogram(message: dict, murfey_db: Session) -> bool:
206+
def picked_tomogram(message: dict, murfey_db: Session) -> bool:
207207
_register_picked_tomogram_use_diameter(message, murfey_db)
208208
return True

0 commit comments

Comments
 (0)