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
argo
nrm
Commits
1c47c8bf
Commit
1c47c8bf
authored
Jun 13, 2019
by
Valentin Reis
Browse files
[fix] fixes the nrm list command.
fixes a bug that was introduced in schema migration.
parent
6e11fe7e
Pipeline
#7707
passed with stages
in 4 minutes and 16 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
nrm/daemon.py
View file @
1c47c8bf
...
...
@@ -136,7 +136,7 @@ class Daemon(object):
self
.
upstream_rpc_server
.
send
(
client
,
tag
=
"list"
,
payload
=
response
)
containers
=
response
)
else
:
logger
.
error
(
"invalid command: %r"
,
req
.
tag
)
...
...
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