1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-08 16:24:03 +02:00

Fix return value in build build.create_build_descr_data()

This commit is contained in:
2024-06-28 09:52:06 +02:00
parent 73662270ea
commit 3702e3f939

View File

@@ -732,7 +732,7 @@ def create_build_descr_data(
result_data.append((b"_service", f.read()))
if not result_data and not prefer_pkgs:
return None, None
return None, {}
cpio_data = cpio.CpioWrite()
for key, value in result_data: