Skip to content

Commit 3348960

Browse files
committed
fixing pylint and resolving conflict which appeard after review
Signed-off-by: Piotr <[email protected]>
1 parent 5e2b764 commit 3348960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/kaas/k8s-version-policy/k8s_version_policy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ async def main(argv):
558558

559559
try:
560560
logger.info(
561-
f"""Initiating scan on the Kubernetes cluster specified by kubeconfig at {config.kubeconfig}
562-
with context {config.context if config.context else ''}.
561+
f"""Initiating scan on the Kubernetes cluster specified by kubeconfig at {config.kubeconfig}
562+
with context {config.context if config.context else ''}.
563563
Fetching cluster information and verifying access.""")
564564
await get_k8s_cluster_info(config.kubeconfig, config.context)
565565
await scan_k8s_images(config.kubeconfig)

0 commit comments

Comments
 (0)