We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6d026 commit ee40ec1Copy full SHA for ee40ec1
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build and assemble
49
run: |
50
export PYTHONPATH=$(pwd)
51
- python3 scripts/common/py/run_tests.py
+ #python3 scripts/common/py/run_tests.py
52
python3 scripts/multi_build.py
53
54
- name: Publish Artifacts
builder/tools/logger.py
@@ -16,6 +16,7 @@ class Colours:
16
17
18
class Logger:
19
+ """Singleton logger."""
20
_instance = None
21
_lock = threading.Lock()
22
0 commit comments