Commit f84d1447 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 dd5aa869
...@@ -309,7 +309,7 @@ class ComponentMixin(PropertyRecordableMixin, Base): ...@@ -309,7 +309,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 checkPythonSourceCode(self.getTextContent(), self.getPortalType()) return []
security.declareProtected(Permissions.ModifyPortalContent, 'PUT') security.declareProtected(Permissions.ModifyPortalContent, 'PUT')
def PUT(self, REQUEST, RESPONSE): def PUT(self, REQUEST, RESPONSE):
......
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