app/soc/models/job.py
changeset 2225 c6a0f935504c
parent 2216 2ac430aa5799
child 2229 b36ecf371aef
--- a/app/soc/models/job.py	Sat Apr 18 21:22:43 2009 +0000
+++ b/app/soc/models/job.py	Sat Apr 18 21:26:13 2009 +0000
@@ -46,7 +46,7 @@
   #: Finished means that this job has been completed.
   #: Aborted means that this job has been aborted due to a fatal error.
   status = db.StringProperty(default='waiting',
-      choices=['waiting','started','finished', 'aborted'])
+      choices=['waiting', 'started', 'finished', 'aborted'])
 
   #: the date this job was last modified on
   last_modified_on = db.DateTimeProperty(auto_now_add=True)