From 5101d136f25ebed1087d3cfc114257da338170b1 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 18 Feb 2012 18:27:07 -0800 Subject: [PATCH] add more information about holding failure --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daklib/queue.py b/daklib/queue.py index 9d1e3866..9ff7add8 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1029,7 +1029,7 @@ class Upload(object): for f in file_keys: ret = holding.copy_to_holding(f) if ret is not None: - self.warnings.append('Could not copy %s to holding; will attempt to find in DB later' % f) + self.warnings.append('Could not copy %s to holding; will attempt to find in DB later: %s' % (f,ret) ) os.chdir(cwd) -- 2.39.5