diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-08-27 13:31:14 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-09-06 11:46:43 -0400 |
| commit | 262b58c109bff869188638222bad44d07ff505f2 (patch) | |
| tree | e502a4b82d8aa794fe13c14f9e827667a3ea8a10 /python/function.py | |
| parent | 9a7199ca866c02c63e4321d9ba52c013d18d01f1 (diff) | |
Fix typecheck error in function.py
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 1 |
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: |
