Commit 0146f908 authored by Nicolas Delaby's avatar Nicolas Delaby

Coding style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a99bfa9
...@@ -220,9 +220,9 @@ class ContributionTool(BaseTool): ...@@ -220,9 +220,9 @@ class ContributionTool(BaseTool):
if portal_type and reference and version and language: if portal_type and reference and version and language:
portal_catalog = portal.portal_catalog portal_catalog = portal.portal_catalog
document = portal_catalog.getResultValue(portal_type=portal_type, document = portal_catalog.getResultValue(portal_type=portal_type,
reference=reference, reference=reference,
version=version, version=version,
language=language) language=language)
if document is not None: if document is not None:
# document is already uploaded. So overrides file. # document is already uploaded. So overrides file.
......
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