Skip to content

Commit f2b492c

Browse files
committed
Wrong database variable
1 parent 5375572 commit f2b492c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/server/api/session_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def register_atlas(
382382
)
383383
grid_uuid = None
384384
if atlas_registration_data.tag:
385-
dcg = murfey_db.exec(
385+
dcg = db.exec(
386386
select(DataCollectionGroup)
387387
.where(DataCollectionGroup.session_id == session_id)
388388
.where(DataCollectionGroup.tag == atlas_registration_data.tag)

0 commit comments

Comments
 (0)