Skip to content

Commit

Permalink
Try tmp file again.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Sep 25, 2024
1 parent 688545e commit 7c3a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/wells/management/commands/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def handle(self, *args, **options):
:param options: django managed options
"""
logger.info('starting export')
zip_filename = 'gwells.zip'
zip_filename = '/tmp/gwells.zip'
spreadsheet_filename = 'gwells.xlsx'
for version_desc in self.versioning_descriptor:
version = version_desc['version']
Expand Down

0 comments on commit 7c3a2f9

Please sign in to comment.