Commit 1f86098f authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove condition because it is used only to ooo handler and now exists others handlers

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e7b49fb
......@@ -80,9 +80,6 @@ class Manager(object):
zip -- Boolean Attribute. If true, returns the file in the form of a
zip archive
"""
if not mimemapper.getFilterList(destination_format):
raise ValueError("This format (%s) is not supported " +
"or is invalid" % destination_format)
self.kw['zip'] = zip
self.kw['refresh'] = refresh
handler = getHandlerObject(source_format,
......
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