From 2bc866a1c9a5feea8f9d3a6095021fe2f79a008c Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 9 Nov 2010 17:54:13 +0000 Subject: [PATCH] Assign, don't test equality (thanks berick) git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2069 9efc2488-bf62-4759-914b-345cdb29e865 --- src/python/opensrf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/opensrf.py.in b/src/python/opensrf.py.in index 49c6344..bd6c4f0 100755 --- a/src/python/opensrf.py.in +++ b/src/python/opensrf.py.in @@ -150,7 +150,7 @@ def do_start_all(): # You can't start more than one service without daemonizing global as_daemon - as_daemon == True + as_daemon = True print "* starting all services for %s " % domain for service in services.keys(): -- 2.43.2