Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Jan 7, 2025
1 parent 51a94cb commit 7f59ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproduct_apps/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def parse_apps(collection_time, cluster, applications, topics, sql_instances):
metadata = application.metadata
team = metadata.labels.get("team")
if metadata.annotations is not None:
action_url = metadata.annotations.get( "deploy.nais.io/github-workflow-run-url")
action_url = metadata.annotations.get("deploy.nais.io/github-workflow-run-url")

uses_token_x = False if application.spec.tokenx is None else application.spec.tokenx.enabled

Expand Down

0 comments on commit 7f59ac5

Please sign in to comment.