]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
allmydata/__init__.py: .name was used in place of the correct .__name__ when printing...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 21 Feb 2011 02:01:25 +0000 (18:01 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 21 Feb 2011 02:01:25 +0000 (18:01 -0800)
commit71c301ca3444f41e5aa669e4b70d6140da138e1b
tree959158ebfc307c94c6a389eaa4063c934b30d987
parentffd296fc5ab8007f7ab25f6da62de654fb57e765
allmydata/__init__.py: .name was used in place of the correct .__name__ when printing an exception. Also, robustify string formatting by using %r instead of %s in some places. fixes #1355.
src/allmydata/__init__.py