quotation marks for everyone yay
This commit is contained in:
@@ -87,7 +87,6 @@ def fast_pass(
|
|||||||
:type workers: int
|
:type workers: int
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if IS_WINDOWS:
|
|
||||||
# Enclose paths in quotes if they contain spaces
|
# Enclose paths in quotes if they contain spaces
|
||||||
input_file = f'"{input_file}"' if ' ' in input_file else input_file
|
input_file = f'"{input_file}"' if ' ' in input_file else input_file
|
||||||
output_file = f'"{output_file}"' if ' ' in output_file else output_file
|
output_file = f'"{output_file}"' if ' ' in output_file else output_file
|
||||||
|
|||||||
Reference in New Issue
Block a user