[Opensrf-commits] r2069 - trunk/src/python (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 9 12:54:16 EST 2010


Author: dbs
Date: 2010-11-09 12:54:13 -0500 (Tue, 09 Nov 2010)
New Revision: 2069

Modified:
   trunk/src/python/opensrf.py.in
Log:
Assign, don't test equality (thanks berick)


Modified: trunk/src/python/opensrf.py.in
===================================================================
--- trunk/src/python/opensrf.py.in	2010-11-09 17:28:29 UTC (rev 2068)
+++ trunk/src/python/opensrf.py.in	2010-11-09 17:54:13 UTC (rev 2069)
@@ -150,7 +150,7 @@
 
     # 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():



More information about the opensrf-commits mailing list