]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- print some debugging info when things go wrong way
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Dec 2005 02:39:27 +0000 (02:39 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Dec 2005 02:39:27 +0000 (02:39 +0000)
Changed files:
    modules/ftptree.py -> 1.26

modules/ftptree.py

index f5321ba89c82d84b1dcca531dae234d843252bd7..a8798975106ef6c07e24f01f16ba136ccc863996 100644 (file)
@@ -31,7 +31,7 @@ def rm(file):
 def mv(src, dst):
     try:
         os.rename(src, dst+'/'+src.split('/')[-1])
-    except OSError, e
+    except OSError, e:
         pinfo "os.rename(%s, %s): %s" % (src, dst+'/'+src.split('/')[-1], e)
 
 class Pkg(BasePkg):
This page took 0.043599 seconds and 4 git commands to generate.