Skip to content

Commit

Permalink
fix display of python component licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiede committed Nov 17, 2020
1 parent aeb9d50 commit 98cca49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexxT/services/gui/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def _aboutPython(self):
encoding="utf-8").replace("\n", "<br>").replace(" ", "&nbsp;")
QMessageBox.about(self, "About python", """\
This program uses <b>python</b> %(version)s and the following installed python packages.<br><br>
<p style="font-family: monospace;">
<pre>
%(table)s
</p>
</pre>
""" % dict(version=sys.version, table=piplic))

0 comments on commit 98cca49

Please sign in to comment.