typo(pype): fixing typo in attribute

This commit is contained in:
Jakub Jezek 2020-05-05 18:19:15 +01:00
parent 0a60e5fd5d
commit 44175bab45

View file

@ -644,7 +644,7 @@ def get_subsets(asset_name,
if len(repres_out) > 0:
output_dict[subset["name"]] = {"version": version_sel,
"representaions": repres_out}
"representations": repres_out}
return output_dict