[DB Manager] Avoid printing HTML code in the Python console

This commit is contained in:
Andrea Giudiceandrea 2024-04-20 17:53:31 +02:00 committed by Nyall Dawson
parent b9898d0fa1
commit 2121644904

View File

@ -160,5 +160,5 @@ class InfoViewer(QTextBrowser):
</html> </html>
""" % html """ % html
print(">>>>>\n", html, "\n<<<<<<") # print(">>>>>\n", html, "\n<<<<<<")
return QTextBrowser.setHtml(self, html) return QTextBrowser.setHtml(self, html)