Skip to content

Commit b21d85c

Browse files
committed
Catch correct exception
1 parent d41216d commit b21d85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot_manager/snapshot_manager/snapshot_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def check_todays_builds(self) -> None:
375375
issue=issue,
376376
copr_build_ids=current_copr_build_ids,
377377
)
378-
except Exception as ex:
378+
except SystemError as ex:
379379
logging.warning(
380380
f"testing-farm request for {chroot} failed with: {ex}"
381381
)

0 commit comments

Comments
 (0)