EPyT
EPyT copied to clipboard
`openAnyInp` and `openCurrentInp` crash on non Windows systems
The methods openAnyInp
and openCurrentInp
try to run notepad.exe which exists on Windows only -- i.e. it crashes on Unix systems.
I suggest implementing a more platform-independent solution, or at least checking the OS before anything is executed.