NOAA-EMC / wxflow

Tools for Weather Workflows
https://wxflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
0 stars 7 forks source link

Executable class `error` file path is binary format. #13

Closed HenryRWinterbottom closed 5 months ago

HenryRWinterbottom commented 1 year ago

The executable class Executable writes a binary formatted file when error is defined at run time. This is the standard error file and is thus unreadable.

Expected behavior The contents of the error file path should be readable.

Current behavior Currently the contents of the error file path are unformatted (e.g., binary).

Machines affected All, including OSX.

aerorahul commented 6 months ago

Can you provide a code snippet demonstrating this bug?