diff options
Diffstat (limited to 'mesonbuild/mlog.py')
-rw-r--r-- | mesonbuild/mlog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mlog.py b/mesonbuild/mlog.py index 8347f2d..20d2817 100644 --- a/mesonbuild/mlog.py +++ b/mesonbuild/mlog.py @@ -257,7 +257,7 @@ def log(*args: TV_Loggable, is_error: bool = False, def _log(*args: TV_Loggable, is_error: bool = False, - **kwargs: T.Any) -> None: + **kwargs: T.Any) -> None: nested = kwargs.pop('nested', True) arr = process_markup(args, False) if log_file is not None: |