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
566d231a
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "116f70cbf803c2e3dea2c042d01470ef2396ff9b"
Unverified
Commit
566d231a
authored
Nov 28, 2022
by
Rhett Ying
Committed by
GitHub
Nov 28, 2022
Browse files
[Dist] fix argument consistent with help message (#4957)
parent
0a655592
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/change_etype_to_canonical_etype.py
tools/change_etype_to_canonical_etype.py
+1
-1
No files found.
tools/change_etype_to_canonical_etype.py
View file @
566d231a
...
@@ -134,7 +134,7 @@ if __name__ == "__main__":
...
@@ -134,7 +134,7 @@ if __name__ == "__main__":
)
)
parser
.
add_argument
(
parser
.
add_argument
(
"--part
-
config"
,
type
=
str
,
help
=
"The file of the partition config"
"--part
_
config"
,
type
=
str
,
help
=
"The file of the partition config"
)
)
args
,
_
=
parser
.
parse_known_args
()
args
,
_
=
parser
.
parse_known_args
()
assert
(
assert
(
...
...
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