summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 3d5187d6..8c056db0 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -8945,7 +8945,7 @@ to a the type "tagRECT" found in the typelibrary "winX64common"
handle = core.BNGetWorkflowForBinaryView(self.handle)
if handle is None:
return None
- return _workflow.Workflow(handle=handle)
+ return _workflow.Workflow(handle=handle, object_handle=self.handle)
def rebase(self, address: int, force: Optional[bool] = False,
progress_func: Optional[ProgressFuncType] = None) -> Optional['BinaryView']: