Closed peta closed 9 years ago
When colorSchemeTool.py is called from within convert.sh filepaths aren't property escaped when passed as argument. That way I guess colorSchemeTool.py somehow chokes on them and simply skips them.
colorSchemeTool.py
convert.sh
Fixed with commit to dyadix's fork.
https://github.com/peta/colorSchemeTool/commit/67d3a5c1f69841aa6c1fc47b6e245748e04a0475
Seems I've re-fixed this in ca411740 :smile: Thanks for contributing
When
colorSchemeTool.py
is called from withinconvert.sh
filepaths aren't property escaped when passed as argument. That way I guesscolorSchemeTool.py
somehow chokes on them and simply skips them.