mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix PEP issue
This commit is contained in:
parent
6147afe35f
commit
4ceb35a43f
@ -29,7 +29,7 @@ class InvenTreePluginViewMixin:
|
||||
|
||||
try:
|
||||
panels += plug.render_panels(self, self.request, ctx)
|
||||
except Exception as exc:
|
||||
except Exception:
|
||||
# Prevent any plugin error from crashing the page render
|
||||
kind, info, data = sys.exc_info()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user