Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
n00rsy committed Oct 30, 2024
1 parent 1d72742 commit 9d47a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybossa/exporter/export_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def filter_task_info_headers(headers, accepted_task_info_fields=[]):
task_info_header_len = len(task_info_header) + 2

for header in headers:
# skip task__info_header
# skip task info_header
if header != task_info_header:
if header.startswith(task_info_header):
masked_header = header[task_info_header_len:]
Expand Down

0 comments on commit 9d47a00

Please sign in to comment.