[CalendarServer-changes] [5348] CalendarServer/branches/users/cdaboo/deployment-partition-4722/ calendarserver/tools/managepostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 18 13:27:24 PDT 2010


Revision: 5348
          http://trac.macosforge.org/projects/calendarserver/changeset/5348
Author:   cdaboo at apple.com
Date:     2010-03-18 13:27:19 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Fix doClean.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/deployment-partition-4722/calendarserver/tools/managepostgres.py

Modified: CalendarServer/branches/users/cdaboo/deployment-partition-4722/calendarserver/tools/managepostgres.py
===================================================================
--- CalendarServer/branches/users/cdaboo/deployment-partition-4722/calendarserver/tools/managepostgres.py	2010-03-18 00:55:24 UTC (rev 5347)
+++ CalendarServer/branches/users/cdaboo/deployment-partition-4722/calendarserver/tools/managepostgres.py	2010-03-18 20:27:19 UTC (rev 5348)
@@ -69,7 +69,7 @@
 
 def doClean(basedir):
     
-    cmd("rm -rf %s/data" % (basedir, basedir,))
+    cmd("rm -rf %s/data" % (basedir,))
 
 if __name__ == '__main__':
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100318/b92960b1/attachment.html>


More information about the calendarserver-changes mailing list