Skip to content

Commit b07c111

Browse files
authored
Make the linter happy
1 parent 2df340f commit b07c111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/get.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def verify_files(filename, destination, rename_to):
153153
return True
154154

155155

156-
def unpack(filename, destination, force_extract):
156+
def unpack(filename, destination, force_extract): # noqa: C901
157157
dirname = ""
158158
cfile = None # Compressed file
159159
file_is_corrupted = False

0 commit comments

Comments
 (0)