mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-06 05:10:21 +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):
|
||||
cmd_str = command
|
||||
else: # list
|
||||
# TODO list2cmdline is an intentionally undocumented internal Python
|
||||
# function, check if we want to use this.
|
||||
# Note: list2cmdline is an intentionally undocumented internal Python
|
||||
# function, cf #11378
|
||||
cmd_str = subprocess.list2cmdline(command)
|
||||
tool = command[0]
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user