Merge "Correct error output"

This commit is contained in:
Zuul 2018-12-13 10:25:10 +00:00 committed by Gerrit Code Review
commit c438a8f68b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class BaseRunner(object):
return json.loads(cmd_stdout)[0]
except Exception as e:
self.log.error('Problem parsing %s inspect: %s' %
(e, self.cont_cmd))
(self.cont_cmd, e))
def unique_container_name(self, container):
container_name = container