diff --git a/InvenTree/plugin/views.py b/InvenTree/plugin/views.py index d03c28bf90..8d28872695 100644 --- a/InvenTree/plugin/views.py +++ b/InvenTree/plugin/views.py @@ -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()