Fixed spelling error - runnung to running
Change-Id: I20428f7cb3da449239d8321b1dc1b3f60570ed05
This commit is contained in:
parent
33ef68c530
commit
b75a9d4378
@ -52,7 +52,7 @@ def _is_qpidd_service_running():
|
|||||||
connection = qpid.messaging.Connection(broker)
|
connection = qpid.messaging.Connection(broker)
|
||||||
connection.open()
|
connection.open()
|
||||||
except Exception:
|
except Exception:
|
||||||
# qpid service is not runnung.
|
# qpid service is not running.
|
||||||
qpid_running = False
|
qpid_running = False
|
||||||
else:
|
else:
|
||||||
connection.close()
|
connection.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user