Commit 0d522ef3 authored by Jérome Perrin's avatar Jérome Perrin

core: check ERP5 scripts coding style tests

Only zope Python Scripts were checked
parent e33833f7
...@@ -93,9 +93,11 @@ for workflow_id in context.getTemplateWorkflowIdList(): ...@@ -93,9 +93,11 @@ for workflow_id in context.getTemplateWorkflowIdList():
for script_container in script_container_list: for script_container in script_container_list:
for script_path, script_instance in portal.ZopeFind( for script_path, script_instance in portal.ZopeFind(
script_container, script_container, obj_metatypes=[
obj_metatypes=['Script (Python)'], 'Script (Python)',
search_sub=1): 'ERP5 Python Script',
'ERP5 Workflow Script',
], search_sub=1):
checkPythonScript(script_instance, "%s/%s" % ( checkPythonScript(script_instance, "%s/%s" % (
portal.portal_url.getRelativeUrl(script_container), script_path)) portal.portal_url.getRelativeUrl(script_container), script_path))
......
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