From c60e96b62252caa924e1267702b9e1d531dec84e Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Thu, 9 Feb 2012 17:39:43 +0100 Subject: [PATCH] error printing end by a dot --- bin/is | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/is b/bin/is index 325d8b6..75dd2e3 100755 --- a/bin/is +++ b/bin/is @@ -742,7 +742,7 @@ def main(): options.func(options) exit(0) except Exception as e: - error(e) + error(u"%s." % e) except KeyboardInterrupt: warn("Keyboard Interrupted") exit(1) -- GitLab