Skip to content

v2.0.2 Input file patch.

Choose a tag to compare

@HexDecMech HexDecMech released this 11 Dec 03:43
cd1d016

Previously the input was being cached, leading to unexpected behaviour.
e.g.
File "example.xlsx" is input.
There is an error in it, the error is fixed.
The file is processed again.
The program fails because the error-data is still cached.

Now, the cache is always cleared when processing begins.