minor fix
Validate Operations / validate-operations (push) Has been cancelled

This commit is contained in:
NiccoloN
2026-05-11 16:01:42 +02:00
parent 57f0cca8c0
commit 1e279ae9bb
+2 -1
View File
@@ -97,7 +97,8 @@ class ProgressReporter:
sys.stdout.flush()
def log(self, message="", color=None):
if not self.enabled and not self.verbose:
if not self.verbose:
self._render()
return
if self.enabled:
self._clear()