summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-08-27 13:31:14 -0400
committerPeter LaFosse <peter@vector35.com>2021-09-06 11:46:43 -0400
commit262b58c109bff869188638222bad44d07ff505f2 (patch)
treee502a4b82d8aa794fe13c14f9e827667a3ea8a10 /python
parent9a7199ca866c02c63e4321d9ba52c013d18d01f1 (diff)
Fix typecheck error in function.py
Diffstat (limited to 'python')
-rw-r--r--python/function.py1
1 files changed, 1 insertions, 0 deletions
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: