Print "unexpected block" for non-PlatformIO exceptions

This commit is contained in:
Ivan Kravets
2015-11-29 19:05:02 +02:00
parent 5264d85a78
commit 786b977603

View File

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