We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4ee79 commit 5c0e485Copy full SHA for 5c0e485
pypeec/lib_plot/manage_plotgui.py
@@ -404,7 +404,7 @@ def show(self):
404
405
LOGGER.debug("number of PyVista plots: %s" % len(self.pl_list))
406
LOGGER.debug("number of Matplotlib plots: %s" % len(self.fig_list))
407
- LOGGER.debug("number of VTK datasetsqq: %s" % len(self.vtk_list))
+ LOGGER.debug("number of VTK datasets: %s" % len(self.vtk_list))
408
409
if (len(self.pl_list) == 0) and (len(self.fig_list) == 0):
410
return
0 commit comments