Skip to content

Commit

Permalink
Edit intended to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed Dec 19, 2023
1 parent 7f98892 commit 8baadc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/pipelines/pipelines/models/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8baadc7

Please sign in to comment.