summaryrefslogtreecommitdiff
path: root/python/examples/mappedview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/examples/mappedview.py')
-rw-r--r--python/examples/mappedview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/mappedview.py b/python/examples/mappedview.py
index 32963ea2..062f61da 100644
--- a/python/examples/mappedview.py
+++ b/python/examples/mappedview.py
@@ -143,7 +143,7 @@ class MappedView(BinaryView):
# Note: This MappedView (Python) BinaryView implementation is incomplete. It ignores platform, section, and segment settings.
# It's preferred that values saved in the settings system be imageBase agnostic.
return True
- except:
+ except Exception:
log_error(traceback.format_exc())
return False