Skip to content

Commit

Permalink
fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 17, 2023
1 parent d68c824 commit 5b6bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc/update_hub_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def main(hf_repos_for_upload: List[str]):
if len(hf_repos_for_upload) == 0 and hf_repos_for_upload == ['all']:
if len(hf_repos_for_upload) == 1 and hf_repos_for_upload == ['all']:
hf_repos_for_upload = _ALL_MODELS

current_datetime = datetime.now()
Expand Down

0 comments on commit 5b6bf43

Please sign in to comment.