Skip to content

Commit

Permalink
remove extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Aug 30, 2023
1 parent 50e25ca commit 5881f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub_utils/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def download_metadata(
variant_path_list = ",".join(SDK_SUFFIX_LIST)
if all_sdk:
variant_path_list = ",".join(
[i["plugin-name"] for i in util.get_variant_names(None, "sdk")]
[i["plugin-name"].split(".yml")[0] for i in util.get_variant_names(None, "sdk")]
)
for yaml_file in variant_path_list.split(","):
suffix = util.get_suffix(yaml_file)
Expand Down

0 comments on commit 5881f89

Please sign in to comment.