From: Michael Tremer Date: Sat, 8 May 2021 11:12:17 +0000 (+0000) Subject: TUI: Make error messages wider for better traceback readability X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a95d1786e10085a58b5ba7f18e86d86d415187c9;p=people%2Fms%2Fbricklayer.git TUI: Make error messages wider for better traceback readability Signed-off-by: Michael Tremer --- diff --git a/src/python/__init__.py b/src/python/__init__.py index 93dc26f..81a7bb5 100644 --- a/src/python/__init__.py +++ b/src/python/__init__.py @@ -101,7 +101,7 @@ class Bricklayer(object): # Show an error message self.tui.error(_("An Unexpected Error Occured"), - "".join(error), buttons=[_("Exit")], width=60) + "".join(error), buttons=[_("Exit")], width=78) # Exit return 1