Starting a build implicitly closes a log step

This commit is contained in:
Joe Rickerby
2020-11-04 16:08:24 +00:00
parent 888da8274c
commit fbbc295901
+1
View File
@@ -52,6 +52,7 @@ class Logger:
self.colors_enabled = file_supports_color(sys.stdout)
def build_start(self, identifier: str):
self.step_end()
c = self.colors
description = build_description_from_identifier(identifier)
print()