Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Jun 6, 2024
1 parent e6bb438 commit dbf2f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/cplus_api/models/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def download_to_working_directory(self, base_dir: str):
self.file.name,
file_path,
Config=settings.AWS_TRANSFER_CONFIG
)
)
self.last_used_on = timezone.now()
self.save(update_fields=['last_used_on'])
if file_path.endswith('.zip'):
Expand Down

0 comments on commit dbf2f2f

Please sign in to comment.