[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 5/5] Fix return type.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/utils.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/utils.py b/daklib/utils.py
index e709788..5bbd61a 100755
--- a/daklib/utils.py
+++ b/daklib/utils.py
@@ -1552,4 +1552,4 @@ def ensure_orig_files(changes, dest_dir, session):
         os.symlink(src, dest)
         symlinked.append(dest)
 
-    return files
+    return (exists, symlinked)
-- 
1.6.3.3


Reply to: