Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cube-doctor
Commits
e621ff8b77eb
Commit
561b1c42
authored
Oct 31, 2021
by
Laurent Peuch
Browse files
style: please black
parent
4c6ed1100ed0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cube_doctor/doctor_hg.py
View file @
e621ff8b
...
...
@@ -153,7 +153,13 @@ def main():
parser
.
add_argument
(
"-k"
,
"--command"
,
type
=
str
,
default
=
None
,
dest
=
"script_command"
)
parser
.
add_argument
(
"-d"
,
"--delay"
,
type
=
int
,
default
=
None
,
help
=
"delay before 'hg clone' to ease server load"
)
parser
.
add_argument
(
"-d"
,
"--delay"
,
type
=
int
,
default
=
None
,
help
=
"delay before 'hg clone' to ease server load"
,
)
args
=
parser
.
parse_args
()
...
...
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