Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yeliudev committed Oct 2, 2024
1 parent 080068c commit 1974e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nncore/utils/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def download(url,
if is_file(out_path):
if exist == 'skip':
if verbose:
print(f'File {out_path} already downloaded')
print(f'File {out_path} is already downloaded')
return out_path
elif exist == 'overwrite':
remove(out_path)
Expand Down

0 comments on commit 1974e40

Please sign in to comment.