Skip to content

Commit

Permalink
Fixed engine_id in engine status
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Apr 26, 2024
1 parent 2cf1cdc commit 0971f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsul/database/populse_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def engine_id(self, label):
label=label, fields=["engine_id"], as_list=True
)
if s:
return s[0]
return s[0][0]

def _enter(self):
self.uuid = str(uuid4())
Expand Down

0 comments on commit 0971f6b

Please sign in to comment.