Commit 2db07529 authored by Romain Courteaud's avatar Romain Courteaud

[HARDCODED] [ERP5Type/component] Desactive python linting when saving

This make everything slow as hell and prevent to quickly save.
parent df0a7816
...@@ -306,6 +306,7 @@ class ComponentMixin(PropertyRecordableMixin, Base): ...@@ -306,6 +306,7 @@ class ComponentMixin(PropertyRecordableMixin, Base):
Check Component source code through Pylint or compile() builtin if not Check Component source code through Pylint or compile() builtin if not
available available
""" """
return []
return checkPythonSourceCode(self.getTextContent(), self.getPortalType()) return checkPythonSourceCode(self.getTextContent(), self.getPortalType())
security.declareProtected(Permissions.ModifyPortalContent, 'PUT') security.declareProtected(Permissions.ModifyPortalContent, 'PUT')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment