Skip to content

Commit

Permalink
remove duplicate inserting of analysis fields
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaberetta committed Jun 1, 2022
1 parent 0569abe commit 4da4ec9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/formpack/reporting/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ def format_one_submission(
row = self._row_cache[_section_name]
_fields = tuple(current_section.fields.values())

if self.analysis_form:
_fields = self.analysis_form.insert_analysis_fields(_fields)

def _get_attachment(val, field, attachments):
"""
Filter attachments for filenames that match the submission field's
Expand Down

0 comments on commit 4da4ec9

Please sign in to comment.