fixups: properly propagate distro.scan and try_download

This commit is contained in:
InsanePrawn 2022-08-08 22:47:30 +02:00
parent 597390c1e6
commit 06b8536915
3 changed files with 10 additions and 6 deletions

View file

@ -53,6 +53,7 @@ def get_kupfer(arch: str, url_template: str, scan: bool = False) -> Distro:
return Distro(
arch=arch,
repo_infos=repos,
scan=scan,
)