##// END OF EJS Templates
fix: use templater to substitute values in command string...
fix: use templater to substitute values in command string bytes.format() isn't supported on Python 3. Luckily, our template syntax is similar so we can reuse it. We need a hack to disable \-escapes as '\' is a directory separator on Windows.

File last commit:

r30346:9cc438bf default
r37792:d6970628 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer