Preserve that empty line
This commit is contained in:
parent
0ab4475f24
commit
b00bbdeb81
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ WINDOWS_NODE_PATHs = [
|
||||||
'C:/Program Files (x86)/nodejs',
|
'C:/Program Files (x86)/nodejs',
|
||||||
] + os.environ['PATH'].split(os.pathsep)
|
] + os.environ['PATH'].split(os.pathsep)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
input_file = sys.argv[1]
|
input_file = sys.argv[1]
|
||||||
output_dir = os.path.dirname(sys.argv[2])
|
output_dir = os.path.dirname(sys.argv[2])
|
||||||
|
|
Loading…
Add table
Reference in a new issue