From 3ca46b1097dc20813c9b3ea2d9c9657a09680d06 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 26 Aug 2020 14:53:27 -0400 Subject: More efficient analysis update --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/function.py b/python/function.py index 58ed253e..1242c7e6 100644 --- a/python/function.py +++ b/python/function.py @@ -881,7 +881,7 @@ class Variable(object): self._name = value else: self._function.create_user_var(self, self._type, "") - self._function.view.update_analysis_and_wait() + self._function.reanalyze() var = core.BNFromVariableIdentifier(self._identifier) self._name = core.BNGetVariableName(self._function.handle, var) -- cgit v1.3.1