Commit e29d0d91 authored by Jérome Perrin's avatar Jérome Perrin

fixup! Allow scalability runner to test existing instance and with existing frontend.

parent 85968de1
Pipeline #6413 failed with stage
in 0 seconds
......@@ -232,8 +232,8 @@ class SlapOSMasterCommunicator(object):
except slapos.slap.ServerError:
logger.error('Got an error requesting partition for its state')
return INSTANCE_STATE_UNKNOWN
except Exception, err:
logger.error("ERROR getting instance state: %s" %err)
except Exception:
logger.exception("ERROR getting instance state")
return INSTANCE_STATE_UNKNOWN
started = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment