summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/lowlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 8afbe418..fb4f65b4 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -467,7 +467,7 @@ class LowLevelILInstruction:
return result
def __repr__(self):
- return "<llil: {self}>"
+ return f"<llil: {self}>"
def __eq__(self, other:'LowLevelILInstruction') -> bool:
if not isinstance(other, LowLevelILInstruction):