Add log steps to macOS/Windows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
import time
|
||||
import sys
|
||||
import re
|
||||
import sys
|
||||
import time
|
||||
from typing import Optional, Union
|
||||
|
||||
DEFAULT_FOLD_PATTERN = ('{name}', '')
|
||||
@@ -142,6 +142,13 @@ class Logger:
|
||||
return colors_disabled
|
||||
|
||||
|
||||
'''
|
||||
Global instance of the Logger.
|
||||
'''
|
||||
# (there's only one stdout per-process, so a global instance is justified)
|
||||
log = Logger()
|
||||
|
||||
|
||||
def build_description_from_identifier(identifier: str):
|
||||
python_identifier, _, platform_identifier = identifier.partition('-')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user