We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fd694 commit 2301ba3Copy full SHA for 2301ba3
Tests/kaas/plugin/plugin_kind.py
@@ -15,7 +15,7 @@ class PluginKind(KubernetesClusterPlugin):
15
conformance testing purpose with the use of Kind
16
"""
17
def __init__(self, config_file=None):
18
- logger.info(f"Init PluginKind")
+ logger.info("Init PluginKind")
19
self.config = config_file
20
logger.debug(self.config)
21
self.working_directory = os.getcwd()
0 commit comments