fixups: properly propagate distro.scan and try_download
This commit is contained in:
parent
597390c1e6
commit
06b8536915
3 changed files with 10 additions and 6 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue