Skip to content

Commit

Permalink
Catch correct exception
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 21, 2024
1 parent d41216d commit b21d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot_manager/snapshot_manager/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def check_todays_builds(self) -> None:
issue=issue,
copr_build_ids=current_copr_build_ids,
)
except Exception as ex:
except SystemError as ex:
logging.warning(
f"testing-farm request for {chroot} failed with: {ex}"
)
Expand Down

0 comments on commit b21d85c

Please sign in to comment.