projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bedf3
)
add more information about holding failure
author
Don Armstrong
<don@donarmstrong.com>
Sun, 19 Feb 2012 02:27:07 +0000
(18:27 -0800)
committer
Don Armstrong
<don@donarmstrong.com>
Sun, 19 Feb 2012 02:27:07 +0000
(18:27 -0800)
daklib/queue.py
patch
|
blob
|
history
diff --git
a/daklib/queue.py
b/daklib/queue.py
index 9d1e386653930709661aef190d85885a726b6804..9ff7add8c53c5abf8d191647c2fde3e13f490b44 100755
(executable)
--- 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)