Commit 3feef345 authored by Vincent Pelletier's avatar Vincent Pelletier

Split comment into 2.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2345 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent fdef14ba
......@@ -183,9 +183,10 @@ class Application(object):
node = self.nm.getByUUID(self.uuid)
if node is not None and node.isHidden():
self.wait()
# drop any client node and clear event queue
# drop any client node
for node in self.nm.getClientList(only_identified=True):
node.getConnection().close()
# create/clear event queue
self.event_queue = deque()
try:
self.verifyData()
......
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