We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2947998 commit eb8cc40Copy full SHA for eb8cc40
1 file changed
package/cloudshell/iac/terraform/services/provider_handler.py
@@ -61,5 +61,5 @@ def _set_cloud_env_vars(
61
if clp_handler:
62
clp_handler.set_env_vars_based_on_clp()
63
else:
64
- self.logger(f"Was not able to initialize provider as {clp_res_model} is not a supported model")
+ self.logger.error(f"Was not able to initialize provider as {clp_res_model} is not a supported model")
65
raise ValueError(f"Was not able to initialize provider as {clp_res_model} is not a supported model")
0 commit comments