mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 05:40:20 +03:00
rewrite TODO to Note
This commit is contained in:
parent
d85cad0922
commit
93802e4863
|
@ -971,8 +971,8 @@ def run_command(
|
||||||
if isinstance(command, str):
|
if isinstance(command, str):
|
||||||
cmd_str = command
|
cmd_str = command
|
||||||
else: # list
|
else: # list
|
||||||
# TODO list2cmdline is an intentionally undocumented internal Python
|
# Note: list2cmdline is an intentionally undocumented internal Python
|
||||||
# function, check if we want to use this.
|
# function, cf #11378
|
||||||
cmd_str = subprocess.list2cmdline(command)
|
cmd_str = subprocess.list2cmdline(command)
|
||||||
tool = command[0]
|
tool = command[0]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user