Skip to content

Commit c7fc4d8

Browse files
committed
Fix typo
1 parent 2c57a0f commit c7fc4d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/process_eessi_software_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def main():
319319
for key in full_software_information.keys():
320320
json_metadata = copy.deepcopy(base_json_metadata)
321321
json_metadata["software"] = full_software_information[key]
322-
if "key" == "software":
322+
if key == "software":
323323
file_suffix = key
324324
else:
325325
# everything else is some kind of extension

0 commit comments

Comments
 (0)