mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 12:42:50 +00:00
apt-sync: fix function invocation
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
3719b58509
commit
414874c094
@ -340,8 +340,8 @@ def main():
|
|||||||
lists = [l] * n_os
|
lists = [l] * n_os
|
||||||
return lists
|
return lists
|
||||||
|
|
||||||
component_lists = generate_list_for_oses(args.component)
|
component_lists = generate_list_for_oses(args.component, "component")
|
||||||
arch_lists = generate_list_for_oses(args.arch)
|
arch_lists = generate_list_for_oses(args.arch, "arch")
|
||||||
|
|
||||||
args.working_dir.mkdir(parents=True, exist_ok=True)
|
args.working_dir.mkdir(parents=True, exist_ok=True)
|
||||||
failed = []
|
failed = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user