Skip to content

Commit 17f83da

Browse files
committed
Forgot to add to db
1 parent 548e8cb commit 17f83da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/murfey/server/api/workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def register_dc_group(
250250
.where(GridSquare.session_id == session_id)
251251
).all():
252252
grid_square.tag = dcg_params.tag or original_tag
253+
db.add(grid_square)
253254
db.commit()
254255
else:
255256
dcg_parameters = {

0 commit comments

Comments
 (0)