Skip to content

Commit

Permalink
use underscores in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Oct 11, 2023
1 parent 7a88778 commit e603cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/download/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def descriptive_filename(self):
type_name = self.download_type
timestamp = self.completed.strftime('%Y-%m-%d %H:%M')

return f'{type_name} {corpus_name} {timestamp}.csv'
return f'{type_name}__{corpus_name}__{timestamp}.csv'

0 comments on commit e603cf9

Please sign in to comment.