We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129d82 commit 6c56f1fCopy full SHA for 6c56f1f
src/attributecode/util.py
@@ -721,7 +721,7 @@ def format_about_dict_for_json_output(about_dictionary_list):
721
row_list[key] = element[key][0]
722
# The 'about_resource_path' is an ordered dict
723
elif key == u'about_resource_path':
724
- row_list[key] = element[key].keys()[0]
+ row_list[key] = list(element[key].keys())[0]
725
elif key in licenses:
726
if key == 'license_key':
727
license_key = element[key]
0 commit comments