Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
6a9142c2
Unverified
Commit
6a9142c2
authored
Sep 21, 2023
by
paoxiaode
Committed by
GitHub
Sep 21, 2023
Browse files
[Bug] fix extrace_archive default parameter (#6333)
parent
f8c1b24d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/data/utils.py
python/dgl/data/utils.py
+1
-1
No files found.
python/dgl/data/utils.py
View file @
6a9142c2
...
...
@@ -237,7 +237,7 @@ def check_sha1(filename, sha1_hash):
return
sha1
.
hexdigest
()
==
sha1_hash
def
extract_archive
(
file
,
target_dir
,
overwrite
=
Fals
e
):
def
extract_archive
(
file
,
target_dir
,
overwrite
=
Tru
e
):
"""Extract archive file.
Parameters
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment