From a29e2088f4091bb48ee9fc390012f51f0bfdce81 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Wed, 28 Oct 2009 15:26:16 +0000 Subject: [PATCH] Fix return type. Signed-off-by: Chris Lamb --- daklib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/utils.py b/daklib/utils.py index e709788e..5bbd61a1 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) -- 2.39.2