pyjulia
pyjulia copied to clipboard
Failure when setting optimize option
This is because pyjulia uses ArgumentsParser to parse --home & --sysimage, but it get the optimize value as an int instead of a string.
I'll submit a PR