projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55de7c3
)
tahoe_cp.py: return 0 for success, instead of None
author
Brian Warner
<warner@allmydata.com>
Thu, 12 Mar 2009 20:53:45 +0000
(13:53 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 12 Mar 2009 20:53:45 +0000
(13:53 -0700)
src/allmydata/scripts/tahoe_cp.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/tahoe_cp.py
b/src/allmydata/scripts/tahoe_cp.py
index 26ec3515d0736917e69ffcafc0b7e8a3216c63e1..026a6cd950ff2046c64ea8b7e09487ed85796c26 100644
(file)
--- a/
src/allmydata/scripts/tahoe_cp.py
+++ b/
src/allmydata/scripts/tahoe_cp.py
@@
-443,6
+443,7
@@
class Copier:
print >>self.stderr
te.display(self.stderr)
return 1
+ return 0
def try_copy(self):
source_specs = self.options.sources