app/soc/logic/models/host.py
changeset 1140 a8eaea0b268d
parent 1085 0afbdd0905ef
child 1307 091a21cf3627
--- a/app/soc/logic/models/host.py	Sun Feb 01 13:07:12 2009 +0000
+++ b/app/soc/logic/models/host.py	Sun Feb 01 13:24:00 2009 +0000
@@ -51,7 +51,7 @@
 
     if sponsor_entity.status == 'new':
       # this sponsor is new so mark as active
-      fields = {'status' : 'active'}
+      fields = {'status': 'active'}
       sponsor_logic.logic.updateEntityProperties(sponsor_entity, fields)
 
     # call super