Skip to content

Commit ec79fe9

Browse files
piobig2871mbuechse
authored andcommitted
fixing pylint and resolving conflict which appeard after review
Signed-off-by: Piotr <piobig2871@gmail.com>
1 parent 8c72506 commit ec79fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)