From 6d7f4ac49f5db820c5c468b69efc953cab87307b Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 24 Oct 2024 12:06:09 -0400 Subject: Initial implementation of the module-level analysis workflow. --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index 62a5dc0c..e43c11e2 100644 --- a/python/function.py +++ b/python/function.py @@ -3021,7 +3021,7 @@ class Function: handle = core.BNGetWorkflowForFunction(self.handle) if handle is None: return None - return workflow.Workflow(handle=handle, function_handle=self.handle) + return workflow.Workflow(handle=handle, object_handle=self.handle) @property def provenance(self): -- cgit v1.3.1