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
argo
nrm
Commits
388295f2
Commit
388295f2
authored
Jan 04, 2019
by
Valentin Reis
Browse files
[fix] Message formatting issue.
parent
cadb5b59
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/cmd
View file @
388295f2
...
...
@@ -62,9 +62,9 @@ class CommandLineInterface(object):
if
argv
.
uuid
:
uuid
=
getattr
(
msg
,
'container_uuid'
,
None
)
if
argv
.
uuid
==
uuid
:
logger
.
info
(
"pub message"
,
msg
)
logger
.
info
(
"pub message
: %s
"
,
msg
)
else
:
logger
.
info
(
"pub message"
,
msg
)
logger
.
info
(
"pub message
: %s
"
,
msg
)
def
do_run
(
self
,
argv
):
""" Connect to the NRM and ask to spawn a container and run a command
...
...
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