Commit 445bc004 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix enumerated constant name.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@337 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 09a29cf4
...@@ -65,7 +65,7 @@ class ConnectionPool(object): ...@@ -65,7 +65,7 @@ class ConnectionPool(object):
if addr is None: if addr is None:
return None return None
if cell.getState() != RUNNING_STATE: if cell.getState() != UP_TO_DATE_STATE:
return None return None
app = self.app app = self.app
......
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