Skip to content

Commit bb5bf76

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 10f3fb1 commit bb5bf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def unpack(filename, destination, force_extract, checksum): # noqa: C901
234234
print(" Forcing extraction")
235235

236236
if os.path.isdir(os.path.join(destination, rename_to)):
237-
print('Removing existing {0} ...'.format(rename_to))
237+
print("Removing existing {0} ...".format(rename_to))
238238
shutil.rmtree(os.path.join(destination, rename_to), ignore_errors=True)
239239

240240
if filename.endswith("tar.gz"):

0 commit comments

Comments
 (0)