From 262b58c109bff869188638222bad44d07ff505f2 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 27 Aug 2021 13:31:14 -0400 Subject: Fix typecheck error in function.py --- python/function.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index ed157ba7..cedc6172 100644 --- a/python/function.py +++ b/python/function.py @@ -149,6 +149,7 @@ class ILReferenceSource: return 'hlil' if il_type == FunctionGraphType.HighLevelILSSAFormFunctionGraph: return 'hlil_ssa' + return "" def __repr__(self): if self._arch: -- cgit v1.3.1