Skip to content

Commit

Permalink
Some PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwaterdev committed Jul 11, 2024
1 parent 78caa5f commit 8292e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def strip_extension(fn: str, extensions):
f.write(chunk)

with tarfile.open('./models/'+local_filename) as f:
f.extractall('./models/'+strip_extension(local_filename,
f.extractall('./models/'+strip_extension(local_filename,
extensions=[".tar.bz2", ".tar.gz"]))
f.close()

Expand Down

0 comments on commit 8292e3f

Please sign in to comment.