]> git.decadent.org.uk Git - dak.git/commitdiff
Fix return type.
authorChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 15:26:16 +0000 (15:26 +0000)
committerChris Lamb <lamby@debian.org>
Wed, 28 Oct 2009 15:26:16 +0000 (15:26 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/utils.py

index e709788ed39affc9715d518893fba1eb5dabc5df..5bbd61a1492ae17db0ff36292ec51044e0feb43e 100755 (executable)
@@ -1552,4 +1552,4 @@ def ensure_orig_files(changes, dest_dir, session):
         os.symlink(src, dest)
         symlinked.append(dest)
 
-    return files
+    return (exists, symlinked)