FEM: ccxtools, fix a syntax error, I wonder why flake8 did not find it ...

This commit is contained in:
Bernd Hahnebach
2019-06-06 14:57:38 +02:00
committed by GitHub
parent 39e748229e
commit 760b5b76fe

View File

@@ -1024,7 +1024,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
nonpositive_jacobian_elenodes = sorted(nonpositive_jacobian_elenodes)
command_for_nonposjacnodes = (
'nonpositive_jacobian_elenodes = '
.fomat(nonpositive_jacobian_elenodes)
.format(nonpositive_jacobian_elenodes)
)
command_to_highlight = (
"Gui.ActiveDocument.{}.HighlightedNodes = nonpositive_jacobian_elenodes"