TCL quotes doesn't need to be scaped in windows: fix typo

parent 26ac72b0
......@@ -159,7 +159,7 @@ SYN_GRADE := ${syn_grade}
command_string = "\n".join(tcl_command)
if path_mod.check_windows():
command_string = command_string.replace(
path_mod.slash_char, "")
path_mod.slash_char(), "")
self.writeln("""\
{0}.tcl:
{3}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment