File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,11 +215,11 @@ def enablePipelinesConsolePlugin(dynClient: DynamicClient) -> bool:
215215 pluginName = "pipelines-console-plugin"
216216
217217 if pluginName in currentPlugins :
218- logger .info (f "Pipelines console plugin is already enabled" )
218+ logger .info ("Pipelines console plugin is already enabled" )
219219 return True
220220
221221 # Enable the plugin by patching the Console operator
222- logger .info (f "Enabling Pipelines console plugin..." )
222+ logger .info ("Enabling Pipelines console plugin..." )
223223
224224 # Create patch to add plugin to the list
225225 updatedPlugins = list (currentPlugins ) + [pluginName ]
@@ -235,7 +235,7 @@ def enablePipelinesConsolePlugin(dynClient: DynamicClient) -> bool:
235235 content_type = "application/merge-patch+json"
236236 )
237237
238- logger .info (f "Successfully enabled Pipelines console plugin" )
238+ logger .info ("Successfully enabled Pipelines console plugin" )
239239 return True
240240
241241 except NotFoundError as e :
You can’t perform that action at this time.
0 commit comments