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

Enforce Messages to stderr #38

Open jrwrigh opened 3 years ago

jrwrigh commented 3 years ago

All messages that are output by CLI should be in stderr, not stdout.

Specifically, the output of bar2vtk is (probably) sent to stdout instead of stderr.