mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
binaries update to 1.6.4
This commit is contained in:
parent
02ec976174
commit
d26d5a2102
986 changed files with 218181 additions and 206 deletions
2
dist/ba_data/python/efro/terminal.py
vendored
2
dist/ba_data/python/efro/terminal.py
vendored
|
|
@ -125,7 +125,7 @@ def _windows_enable_color() -> bool:
|
|||
mode = mask = ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
try:
|
||||
return set_conout_mode(mode, mask)
|
||||
except WindowsError as exc:
|
||||
except WindowsError as exc: # type: ignore
|
||||
if exc.winerror == ERROR_INVALID_PARAMETER:
|
||||
raise NotImplementedError from exc
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue