Skip to content

Commit

Permalink
Fix csv checklist download (#4120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Jul 30, 2024
1 parent 80499da commit ae3d842
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bims/api_views/checklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def generate_checklist(download_request_id):
def generate_csv_checklist(download_request, module_name, collection_records, batch_size):
site_domain_name = get_current_domain()

module_name = collection_records.values_list('taxon_group')[0]

csv_file_path = os.path.join(
settings.MEDIA_ROOT,
'checklists',
Expand Down

0 comments on commit ae3d842

Please sign in to comment.