We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f71257 commit 2787360Copy full SHA for 2787360
src/collective/documentgenerator/browser/converter.py
@@ -20,7 +20,7 @@ def get_params(self):
20
21
def __call__(self):
22
output_name, fmt = self.get_params()
23
- converted_file = convert_file(self.context.file, output_name, fmt=fmt)
+ converted_file = convert_file(self.context.file, fmt=fmt)
24
25
# Set headers
26
response = self.request.RESPONSE
0 commit comments