mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-09 22:54:53 +03:00
Add comment
This commit is contained in:
parent
9d005a7d1e
commit
5d150f2fc0
|
@ -119,6 +119,9 @@ class _ParallelCommandInfo:
|
|||
number_of_os_cmds = len(self.cmd["script"])
|
||||
state_str = f"{state_str} ({self.os_cmd_ind + 1}/{number_of_os_cmds})"
|
||||
elif state_str in ("failed", "terminated") and os.name == "nt":
|
||||
# not used at present as the status table isn't displayed on Windows,
|
||||
# but may be relevant in the future if Windows becomes able to handle
|
||||
# ANSI commands as standard
|
||||
state_str = "failed/terminated"
|
||||
# we know we have ANSI commands because otherwise
|
||||
# the status table would not be displayed in the first place
|
||||
|
|
Loading…
Reference in New Issue
Block a user