Skip to content

Commit

Permalink
mark latest after aggregated tile set creation if no aux asset
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jan 10, 2025
1 parent 8de5bd7 commit 1aeee4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/datapump/jobs/version_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def next_step(self):
for tile_set_params in self.aux_tile_set_parameters:
self._create_aux_tile_set(tile_set_params)
else:
self.status = JobStatus.complete
self.step = RasterVersionUpdateJobStep.mark_latest
self._mark_latest()
elif status == JobStatus.failed:
self.status = JobStatus.failed

Expand Down

0 comments on commit 1aeee4c

Please sign in to comment.