URI: 
       tqt exc reporter: add FIXME re HTML tags in traceback - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b50c47c5ce175c87532fea3c6d9de005b6f61dc4
   DIR parent 16626a3386b9a0610261bc79953a33397156b8a5
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Mon, 17 Feb 2020 19:44:12 +0100
       
       qt exc reporter: add FIXME re HTML tags in traceback
       
       Diffstat:
         M electrum/gui/qt/exception_window.py |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/gui/qt/exception_window.py b/electrum/gui/qt/exception_window.py
       t@@ -58,6 +58,8 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin, Logger):
                main_box.addWidget(QLabel(BaseCrashReporter.REQUEST_HELP_MESSAGE))
        
                collapse_info = QPushButton(_("Show report contents"))
       +        # FIXME if traceback contains special HTML characters, e.g. '<'
       +        #       then formatting issues arise (due to rich_text=True)
                collapse_info.clicked.connect(
                    lambda: self.msg_box(QMessageBox.NoIcon,
                                         self, _("Report contents"), self.get_report_string(),