We used to have a try-except block to catch URL requests that are not in `urls`. This block has since then grown way bigger than it should be. We may now accidentally catch KeyError exceptions from lots of other places. This commit extracts the accessor of `urls[checksum]` and saves the result in a local variable and makes the remainder use that variable. |
||
|---|---|---|
| .. | ||
| org.osbuild.dnf | ||
| org.osbuild.files | ||
| org.osbuild.ostree | ||