summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/workflow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/workflow.py b/python/workflow.py
index f5c34238..dbff138d 100644
--- a/python/workflow.py
+++ b/python/workflow.py
@@ -268,6 +268,7 @@ class Workflow(metaclass=_WorkflowMetaclass):
assert _handle is not None
self.handle = _handle
self._name = core.BNGetWorkflowName(self.handle)
+ self._machine = None
if function_handle is not None:
self._machine = WorkflowMachine(function_handle)