Zanie Blue 2025-05-28 08:58:38 -05:00 committed by GitHub
parent 56203484a2
commit 56ce40b0f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1714 additions and 798 deletions

View file

@ -243,7 +243,9 @@ def main(scenarios: list[Path], snapshot_update: bool = True):
env=env,
)
if exit_code != 0:
logging.warning(f"Snapshot update failed (Exit code: {exit_code})")
logging.warning(
f"Snapshot update failed with exit code {exit_code} (use -v to show details)"
)
else:
logging.info("Skipping snapshot update")