]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
When the CLI cannot connect to the gateway, it prints an error message rather than...
authorAndrew Miller <amiller@dappervision.com>
Sat, 31 Mar 2012 22:53:45 +0000 (18:53 -0400)
committerBrian Warner <warner@lothar.com>
Tue, 4 Sep 2012 21:48:50 +0000 (14:48 -0700)
commit4f19f2b4b4c038c7b6e557c5c114e5459da36898
tree4360dc11e2ea4119fe4544fd57d9d5a3ed5c4254
parentca620a6ce195ff177f5ef64dc91558968db2360b
When the CLI cannot connect to the gateway, it prints an error message rather than raising a python exception. Includes a unit test

Signed-off-by: Andrew Miller <amiller@dappervision.com>
src/allmydata/scripts/common_http.py
src/allmydata/test/test_cli.py