Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11 from yanokwa/compress-output
Browse files Browse the repository at this point in the history
Compress XML output
  • Loading branch information
yanokwa authored Apr 18, 2018
2 parents 7921b4a + 022d1be commit dee30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
# need a temp file because print_xform_to_file automatically creates the file
temp_dir = tempfile.mkdtemp()
survey.print_xform_to_file(temp_dir + str(os.path.sep) + self.file_name + '.xml', validate=self.validate,
warnings=warnings)
warnings=warnings, pretty_print=False)

if has_external_choices(json_survey):
single_file = False
Expand Down

0 comments on commit dee30d7

Please sign in to comment.