From 97d22e6a6891ec7cd1237900b492858106d7e5a5 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Wed, 29 Jun 2016 23:33:21 +0200 Subject: [PATCH] Formatted error message box --- ElasticBurp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElasticBurp.py b/ElasticBurp.py index 2d4b589..9046b1b 100644 --- a/ElasticBurp.py +++ b/ElasticBurp.py @@ -65,7 +65,7 @@ def applyConfig(self): except: pass except Exception as e: - JOptionPane.showMessageDialog(self.panel, "Error while initializing ElasticSearch: %s" % (str(e)), "Error", JOptionPane.ERROR_MESSAGE) + JOptionPane.showMessageDialog(self.panel, "

Error while initializing ElasticSearch: %s

" % (str(e)), "Error", JOptionPane.ERROR_MESSAGE) ### ITab ### def getTabCaption(self):