syncing 1.7.60 ballistica binary

This commit is contained in:
Ayush Saini 2026-02-15 14:00:00 +05:30
parent 2870c850c4
commit e02f1dbe52
241 changed files with 10185 additions and 1827 deletions

View file

@ -48,7 +48,7 @@ class ClientLoggerName(Enum):
"""Return a short description for the logger."""
# pylint: disable=too-many-return-statements
# pylint: disable=too-many-branches
cls = type(self)
cls = ClientLoggerName
if self is cls.BA:
return 'top level Ballistica logger - use to adjust everything'
if self is cls.ENV: