From 786b9776031cb6d5648496bfc0d9008fd85ed189 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 29 Nov 2015 19:05:02 +0200 Subject: [PATCH] Print "unexpected block" for non-PlatformIO exceptions --- platformio/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformio/__main__.py b/platformio/__main__.py index 299ee5eb..e5e35aee 100644 --- a/platformio/__main__.py +++ b/platformio/__main__.py @@ -103,8 +103,7 @@ def main(): error_str += str(e) else: error_str += format_exc() - - error_str += """ + error_str += """ ============================================================ An unexpected error occurred. Further steps: