diff options
Diffstat (limited to 'python/examples/nes.py')
| -rw-r--r-- | python/examples/nes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/nes.py b/python/examples/nes.py index da06bc30..ef786df4 100644 --- a/python/examples/nes.py +++ b/python/examples/nes.py @@ -691,7 +691,7 @@ class NESView(BinaryView): self.add_function(addr) return True - except: + except Exception: log_error(traceback.format_exc()) return False |
