We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c57a0f commit c7fc4d8Copy full SHA for c7fc4d8
1 file changed
scripts/process_eessi_software_metadata.py
@@ -319,7 +319,7 @@ def main():
319
for key in full_software_information.keys():
320
json_metadata = copy.deepcopy(base_json_metadata)
321
json_metadata["software"] = full_software_information[key]
322
- if "key" == "software":
+ if key == "software":
323
file_suffix = key
324
else:
325
# everything else is some kind of extension
0 commit comments