From 6b7031b164485c049668869e9621e9998ba39c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Tue, 22 Feb 2022 08:16:40 +0100 Subject: [PATCH] fix typo --- tools/paraview-meshio-plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/paraview-meshio-plugin.py b/tools/paraview-meshio-plugin.py index 9f9feb14e..a4f2813f8 100644 --- a/tools/paraview-meshio-plugin.py +++ b/tools/paraview-meshio-plugin.py @@ -15,7 +15,7 @@ vtk_to_meshio_type = meshio._vtk_common.vtk_to_meshio_type meshio_to_vtk_type = meshio._vtk_common.meshio_to_vtk_type meshio_input_filetypes = list(meshio._helpers.reader_map.keys()) -meshio_extensions = [ext[1:] for ext in meshio.extension_to_filetype.keys()] +meshio_extensions = [ext[1:] for ext in meshio.extension_to_filetypes.keys()] meshio_input_filetypes = ["automatic"] + meshio_input_filetypes