Commit 7d39b733 authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix syntax error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@39116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0164d7c6
......@@ -74,7 +74,7 @@ class IERP5Compatibility(Interface):
"""Extracts metadata from ODF and returns in dictionary"""
return (200 or 402, dict(), '')
def run_generate(filename, data, meta, extension; orig_format):
def run_generate(filename, data, meta, extension, orig_format):
"""It exports a ODF to given format"""
return (200 or 402, dict(), '')
......
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