CodeAtlasSublime
CodeAtlasSublime copied to clipboard
fix path to codeView.bat
The path to codeview.bat had previously escaped the space between the command and the argument in a non-portable way. Problem showed up on MacOS. Making use of a list for [command, arg1, arg2] fixes up the problem in a portable way.
A