FEM: result task panel, pep8

This commit is contained in:
Bernd Hahnebach
2020-02-20 08:00:15 +01:00
parent 6ced131b6d
commit 69378940b9

View File

@@ -445,7 +445,8 @@ class _TaskPanelFemResultShow:
if len(plt.get_fignums()) > 0:
plt.show()
else:
QtGui.QMessageBox.information(None,
QtGui.QMessageBox.information(
None,
self.result_obj.Label + " - Information",
"No histogram available.\nPlease select a result type first."
)