Skip to content

Commit 3a5faa8

Browse files
committed
fix recursion error
1 parent e82691c commit 3a5faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binexport/operand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def expressions(self) -> List[ExpressionBinExport]:
142142
The list is cached by default, to erase the cache delete the attribute
143143
"""
144144

145-
return self.expressions
145+
return self.uncached_expressions

0 commit comments

Comments
 (0)