diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-10-25 17:50:42 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-10-25 17:50:42 -0400 |
| commit | 88c1ff54c46ca0dabcb7347ced7feebd99e0c9d9 (patch) | |
| tree | 4a854356ef554b14bd36e6241c841d1f76171a8d /python/binaryview.py | |
| parent | fe9e37f6fc5a632bc022a3329b80c7ddd7afc499 (diff) | |
Remove unnecessary error from get_tag_type.
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 3c33ccfe..7cd46532 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -5504,7 +5504,6 @@ class BinaryView: if tag_type is not None: return TagType(tag_type) else: - log_error(f"Tag type `{name}` does not exist!") return None def add_tag(self, addr: int, tag_type_name: str, data: str, user: bool = True): |
