Correct error output

Change-Id: I421fb4bbc532763048f8f6172ec59f3cbe40abac
This commit is contained in:
Cédric Jeanneret 2018-11-30 14:18:43 +01:00
parent 7dd3bca83a
commit a48a23850e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,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