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 5b6bf43 commit 5326cc4
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) == 1 and hf_repos_for_upload == ['all']:
if len(hf_repos_for_upload) == 1 and hf_repos_for_upload[0] == 'all':
hf_repos_for_upload = _ALL_MODELS

current_datetime = datetime.now()
Expand Down

0 comments on commit 5326cc4

Please sign in to comment.