PHASTA / vtkpytools

Internal tools for using VTK
https://fluid.colorado.edu/wiki/index.php/VTKpytools
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix/format strings #11

Closed jrwrigh closed 4 years ago

jrwrigh commented 4 years ago

Move strings to the str.format() syntax instead of using f-strings for better compatibility with python versions.

Also, for the viz nodes at least, comes with the added benefit of simpler error messages when the conda environment isn't activated.