gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

Explicit error handling on file ops #1184

Closed cbm755 closed 2 years ago

cbm755 commented 2 years ago

I found a bunch of fopen, fputs, fclose with no error handling. So add that.

cbm755 commented 2 years ago

Thanks @alexvong1995.

Will merge when pipeline succeeds