Bug(?) in "schemer_export" Line 179
LoGGoL opened this issue · 2 comments
LoGGoL commented
Line 179:
if ~isnumeric(fname)
I guess it should be
if ~isnumeric(flag_mode)
Regards,
scottclowe commented
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.
scottclowe commented
Also, thanks for creating a GitHub account just to open this issue. I appreciate it!