mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
tahoe_cp.py: return 0 for success, instead of None
This commit is contained in:
parent
55de7c3fed
commit
969b758bf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user