]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- bugfix, missing param
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Jan 2006 21:17:13 +0000 (21:17 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Jan 2006 21:17:13 +0000 (21:17 +0000)
Changed files:
    modules/ftptree.py -> 1.31

modules/ftptree.py

index 55bdb762989de876e6048355837f5e2e13a638dc..d75346736a1f20972b644b2bc9444d124773a634 100644 (file)
@@ -42,7 +42,7 @@ def mv(src, dst, test=False):
         try:
             os.rename(fsrc, fdst)
         except OSError, e:
-            pinfo("os.rename(%s, %s): %s" % (fsrc, fdst))
+            pinfo("os.rename(%s, %s): %s" % (fsrc, fdst, e))
             raise
 
 class Pkg(BasePkg):
This page took 0.033723 seconds and 4 git commands to generate.