Skip to content

Commit 47c85c1

Browse files
committed
fix
1 parent f15b7db commit 47c85c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbos/_conductor/conductor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def run(self) -> None:
340340
list_steps_message = p.ListStepsRequest.from_json(message)
341341
step_info = None
342342
try:
343-
self.dbos._sys_db.list_workflow_steps(
343+
step_info = self.dbos._sys_db.list_workflow_steps(
344344
list_steps_message.workflow_id
345345
)
346346
except Exception as e:

0 commit comments

Comments
 (0)