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 5b6f5d7 commit 63c2228Copy full SHA for 63c2228
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