validation prints immediatly in case of single job
Validate Operations / validate-operations (push) Has been cancelled
Validate Operations / validate-operations (push) Has been cancelled
This commit is contained in:
@@ -165,9 +165,9 @@ class ProgressReporter:
|
||||
if self.enabled:
|
||||
self._clear()
|
||||
if color:
|
||||
print(color + message + Style.RESET_ALL)
|
||||
print(color + message + Style.RESET_ALL, flush=True)
|
||||
else:
|
||||
print(message)
|
||||
print(message, flush=True)
|
||||
self._render()
|
||||
|
||||
def set_stage(self, model_index, model_total, model_name, stage_name):
|
||||
|
||||
Reference in New Issue
Block a user