Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and GeorgianaElena committed Jul 7, 2023
1 parent 500b969 commit 3874684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,9 @@ def _check_result(future):
BUILD_TIME.labels(status="success").observe(
time.perf_counter() - build_starttime
)
BUILD_COUNT.labels(status="success", **self.repo_metric_labels).inc()
BUILD_COUNT.labels(
status="success", **self.repo_metric_labels
).inc()
done = True
elif progress.payload == ProgressEvent.BuildStatus.RUNNING:
# start capturing build logs once the pod is running
Expand Down

0 comments on commit 3874684

Please sign in to comment.