summaryrefslogtreecommitdiff
path: root/python/examples/nsf.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/nsf.py')
-rw-r--r--python/examples/nsf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/nsf.py b/python/examples/nsf.py
index 5b5f644d..2e183e1d 100644
--- a/python/examples/nsf.py
+++ b/python/examples/nsf.py
@@ -134,7 +134,7 @@ class NSFView(BinaryView):
self.define_auto_symbol(Symbol(SymbolType.DataSymbol, 0x4017, "JOY2"))
return True
- except:
+ except Exception:
log_error(traceback.format_exc())
return False