summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-03-26 17:13:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-03-27 09:09:08 -0400
commit46e7cec33e67f9c77cc5fdba1df8882119c581e2 (patch)
treebef4c55062af1416ede0dec89ef2bf63f475f5a9
parentc3eaf0f1d641c36d1ffd4316dfa35889dfb8a30a (diff)
downloadcherrypy-git-46e7cec33e67f9c77cc5fdba1df8882119c581e2.tar.gz
Revert "publish should be called when the state is changed"
This reverts commit 20bc9dbf617c61b8c2b7e847d3b88caeabfd6528.
-rw-r--r--cherrypy/process/wspbus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/process/wspbus.py b/cherrypy/process/wspbus.py
index 5b19b827..ead90a4e 100644
--- a/cherrypy/process/wspbus.py
+++ b/cherrypy/process/wspbus.py
@@ -374,7 +374,7 @@ class Bus(object):
while self.state not in states:
time.sleep(interval)
- self.publish(channel)
+ self.publish(channel)
def _do_execv(self):
"""Re-execute the current process.