From 8baadc7b0db0cfb056b100039fddc54d3cd6d9c7 Mon Sep 17 00:00:00 2001 From: Ben Church Date: Tue, 19 Dec 2023 13:52:21 -0800 Subject: [PATCH] Edit intended to trigger build --- airbyte-ci/connectors/pipelines/pipelines/models/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-ci/connectors/pipelines/pipelines/models/steps.py b/airbyte-ci/connectors/pipelines/pipelines/models/steps.py index 5657ca240517..5b928d328d67 100644 --- a/airbyte-ci/connectors/pipelines/pipelines/models/steps.py +++ b/airbyte-ci/connectors/pipelines/pipelines/models/steps.py @@ -181,7 +181,7 @@ def dagger_client(self) -> Container: return self.context.dagger_client.pipeline(self.title) async def log_progress(self, completion_event: anyio.Event) -> None: - """Log the step progress every 30 seconds until the step is done.""" + """Log the step progress every 30 seconds until the step is done""" while not completion_event.is_set(): duration = datetime.utcnow() - self.started_at elapsed_seconds = duration.total_seconds()