Skip to content
Snippets Groups Projects
Commit d0936b84 authored by inso's avatar inso
Browse files

Link syntax

parent ad8841db
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ def exception_message(log_lines, exc_info):
""".format(log_lines='\n'.join(log_lines), stacktrace='\n'.join(stacktrace))
mb = QMessageBox(QMessageBox.Critical, "Critical error",
"""A critical error occured. Select the details to display it.
Please report it to <a href=\"https://github.com/duniter/sakia/issues/new\">the developers github</a>""",
Please report it to <a href='https://github.com/duniter/sakia/issues/new'>the developers github</a>""",
QMessageBox.Ok, QApplication.activeWindow())
mb.setDetailedText(message)
mb.setTextFormat(Qt.RichText)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment