[Rapier-commits] r163 - trunk/src

This list send mail when a change occurs on the subversion repository rapier-commits at garage.maemo.org
Sat Dec 1 18:37:08 EET 2007


Author: pamadio
Date: 2007-12-01 18:37:07 +0200 (Sat, 01 Dec 2007)
New Revision: 163

Modified:
   trunk/src/swordutils.py
Log:
Steven Walter   (  19) [PATCH] bugfix

Modified: trunk/src/swordutils.py
===================================================================
--- trunk/src/swordutils.py	2007-12-01 16:34:46 UTC (rev 162)
+++ trunk/src/swordutils.py	2007-12-01 16:37:07 UTC (rev 163)
@@ -244,7 +244,7 @@
                 pipe=os.popen("rm -rf %s"%tmp_mod,'r')
                 pipe.close()
             if os.path.isfile(tmp_conf):
-                debug("removing 's' file"%tmp_conf)
+                debug("removing '%s' file"%tmp_conf)
                 os.remove(tmp_conf)
             return False
 



More information about the Rapier-commits mailing list