scottclowe/matlab-schemer

Bug(?) in "schemer_export" Line 179

LoGGoL opened this issue · 2 comments

Line 179:
if ~isnumeric(fname)

I guess it should be
if ~isnumeric(flag_mode)

Regards,

You are correct! Thanks for pointing this out.

After I created this bug, I only tested the code by exporting through the GUI before releasing it...

It's now fixed.

Also, thanks for creating a GitHub account just to open this issue. I appreciate it!