From de841a46369109c627741aa9aa4b4a2eea8d11d6 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 23 May 2020 07:41:01 -0400 Subject: [PATCH] removed bold exception string to avoid formatting bugs --- src/video2x_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video2x_gui.py b/src/video2x_gui.py index 386bb1f..fdbf0ef 100755 --- a/src/video2x_gui.py +++ b/src/video2x_gui.py @@ -988,7 +988,7 @@ class Video2XMainWindow(QMainWindow): message_box.setTextFormat(Qt.MarkdownText) error_message = '''Upscaler ran into an error:\\ -**{}**\\ +{}\\ Check the console output for details.\\ When reporting an error, please include console output.\\ You can [submit an issue on GitHub](https://github.com/k4yt3x/video2x/issues/new?assignees=K4YT3X&labels=bug&template=bug-report.md&title={}) to report this error.'''