Commit 953f0faa 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 f0284abf
......@@ -309,7 +309,7 @@ class ComponentMixin(PropertyRecordableMixin, Base):
Check Component source code through Pylint or compile() builtin if not
available
"""
return checkPythonSourceCode(self.getTextContent(), self.getPortalType())
return []
security.declareProtected(Permissions.ModifyPortalContent, 'PUT')
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