Commit fd1cba66 authored by Jérome Perrin's avatar Jérome Perrin

Mistake in previous commit: convertFile worklfow method could accept any

keyword arguments.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16683 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0499ae72
......@@ -1178,7 +1178,7 @@ class Document(XMLObject, UrlMixIn, ConversionCacheMixin, SnapshotMixin):
"""
raise NotImplementedError
def convertFile(self, msg=None):
def convertFile(self, **kw):
"""
Workflow transition invoked when conversion occurs.
"""
......
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