diff options
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index fb07cc4d..cdbce895 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -2490,7 +2490,7 @@ class FunctionGraphTextLine: return result def __repr__(self): - result = "<0x%x: %s>" % (self.address, str(self)) + return "<0x%x: %s>" % (self.address, str(self)) class FunctionGraphEdge: def __init__(self, branch_type, arch, target, points): |
