]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Fix return statement.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 22 Aug 2007 06:06:45 +0000 (06:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/chroot.py -> 1.31

PLD_Builder/chroot.py

index ac258a048d7b42bf69fbb76fac7db91840129698..d42ea1ba14b12de23456f107bc6e102b3fb233bc 100644 (file)
@@ -74,4 +74,4 @@ def cp(file, outfile, user="builder", rm=False):
     if rp == None:
         return 0
     else:
-        return r
+        return rp
This page took 0.025247 seconds and 4 git commands to generate.