Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
hggitforge
Commits
619afb1353f6
Commit
22ab5377
authored
Oct 14, 2020
by
Elouan Martinet
Browse files
Fix quiet not declared in cmd
parent
546cda4f4a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
hggithub.py
View file @
619afb13
...
...
@@ -17,6 +17,7 @@ command = registrar.command(cmdtable)
def
cmd
(
description
,
*
args
,
**
kwargs
):
print
(
description
)
quiet
=
False
if
"quiet"
in
kwargs
:
quiet
=
kwargs
.
pop
(
"quiet"
)
try
:
...
...
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