Fix my previous commit /o\

This commit is contained in:
Alexandre Aubin
2022-08-03 21:31:17 +02:00
parent 806c4ae1fd
commit bae7463f41
3 changed files with 15 additions and 5 deletions

View File

@ -195,7 +195,7 @@ def build_catalog():
###################################
result_dict_with_manifest_v2 = copy.deepcopy(result_dict)
for app in result_dict_with_manifest_v2:
for app in result_dict_with_manifest_v2.values():
app["manifest"] = convert_v1_manifest_to_v2_for_catalog(app["manifest"])
os.system("mkdir -p ./builds/default/v3/")