Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
3f6162fa
Commit
3f6162fa
authored
May 29, 2018
by
Theophile GENTILHOMME
Browse files
[plotterparameters] Fix typo
parent
0e54f225
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/plotterparameters.py
View file @
3f6162fa
...
...
@@ -104,7 +104,7 @@ def list(ctx, remote):
return
common
.
display_local_list
(
ctx
.
meta
[
'config'
].
path
,
'plotterparameter'
)
@
plotterparameter
.
command
()
@
plotterparameter
s
.
command
()
@
click
.
argument
(
'names'
,
nargs
=-
1
)
@
click
.
pass_context
def
path
(
ctx
,
names
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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