Unverified Commit 6a9142c2 authored by paoxiaode's avatar paoxiaode Committed by GitHub
Browse files

[Bug] fix extrace_archive default parameter (#6333)

parent f8c1b24d
......@@ -237,7 +237,7 @@ def check_sha1(filename, sha1_hash):
return sha1.hexdigest() == sha1_hash
def extract_archive(file, target_dir, overwrite=False):
def extract_archive(file, target_dir, overwrite=True):
"""Extract archive file.
Parameters
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment