mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Fix PEP issue
This commit is contained in:
@ -29,7 +29,7 @@ class InvenTreePluginViewMixin:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
panels += plug.render_panels(self, self.request, ctx)
|
panels += plug.render_panels(self, self.request, ctx)
|
||||||
except Exception as exc:
|
except Exception:
|
||||||
# Prevent any plugin error from crashing the page render
|
# Prevent any plugin error from crashing the page render
|
||||||
kind, info, data = sys.exc_info()
|
kind, info, data = sys.exc_info()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user