tahoe_cp.py: return 0 for success, instead of None

This commit is contained in:
Brian Warner 2009-03-12 13:53:45 -07:00
parent 55de7c3fed
commit 969b758bf5

View File

@ -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