mirror of
https://github.com/openSUSE/osc.git
synced 2026-02-23 04:05:31 +01:00
Fix crash when no prefered packages are defined
This commit is contained in:
@@ -735,7 +735,7 @@ def create_build_descr_data(
|
||||
print("Scanning the following dirs for local preferred packages: {', '.join(dirs)}", file=sys.stderr)
|
||||
prefer_pkgs_result = get_prefer_pkgs(prefer_pkgs, arch, build_type, cpio_data)
|
||||
else:
|
||||
prefer_pkgs_result = None
|
||||
prefer_pkgs_result = {}
|
||||
|
||||
return cpio_data.get(), prefer_pkgs_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user