We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41216d commit b21d85cCopy full SHA for b21d85c
snapshot_manager/snapshot_manager/snapshot_manager.py
@@ -375,7 +375,7 @@ def check_todays_builds(self) -> None:
375
issue=issue,
376
copr_build_ids=current_copr_build_ids,
377
)
378
- except Exception as ex:
+ except SystemError as ex:
379
logging.warning(
380
f"testing-farm request for {chroot} failed with: {ex}"
381
0 commit comments