Skip to content

Commit

Permalink
fix(snapshots): Don't create redundant snapshot entries
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase authored Dec 9, 2024
1 parent e4479b7 commit 37d240f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,5 @@ def _update_snapshot_if_exists(snapshot, random_snapshot):
"status",
random_snapshot.get_aws_status_map(snapshot["State"]),
)
return True
return False

0 comments on commit 37d240f

Please sign in to comment.