Skip to content

Commit

Permalink
Improve wording of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs authored Sep 9, 2024
1 parent 97a1c23 commit 037db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/coverity/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def validate_snapshot(self, snapshot):
LOGGER.info(f"Snapshot ID {snapshot} is valid")
valid_snapshot = snapshot
else:
LOGGER.warning(f"No snapshot found for ID {snapshot}; Continue with using the latest snapshot.")
LOGGER.warning(f"No snapshot found for ID {snapshot}, using the latest snapshot instead")
valid_snapshot = "last()"

return valid_snapshot
Expand Down

0 comments on commit 037db05

Please sign in to comment.