Skip to content

Commit

Permalink
[Bug] fix extrace_archive default parameter (dmlc#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
paoxiaode authored and DominikaJedynak committed Mar 12, 2024
1 parent b988248 commit 9e175b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dgl/data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e175b7

Please sign in to comment.