[Checkins] SVN: lovely.remotetask/trunk/src/lovely/remotetask/interfaces.py - Using the correct plural form of status (which is status) in

Christian Zagrodnick cz at gocept.com
Mon Mar 2 04:47:32 EST 2009


Log message for revision 97413:
  - Using the correct plural form of status (which is status) in
    ITaskService.clean
  
  

Changed:
  U   lovely.remotetask/trunk/src/lovely/remotetask/interfaces.py

-=-
Modified: lovely.remotetask/trunk/src/lovely/remotetask/interfaces.py
===================================================================
--- lovely.remotetask/trunk/src/lovely/remotetask/interfaces.py	2009-03-02 09:15:13 UTC (rev 97412)
+++ lovely.remotetask/trunk/src/lovely/remotetask/interfaces.py	2009-03-02 09:47:32 UTC (rev 97413)
@@ -113,7 +113,7 @@
         This is neccessary if the cron jobs parameters are changed.
         """
 
-    def clean(stati=[CANCELLED, ERROR, COMPLETED]):
+    def clean(status=[CANCELLED, ERROR, COMPLETED]):
         """removes all jobs which are completed or canceled or have errors."""
 
     def cancel(jobid):



More information about the Checkins mailing list