Skip to content

Commit eb8cc40

Browse files
committed
Update provider_handler.py
1 parent 2947998 commit eb8cc40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/cloudshell/iac/terraform/services/provider_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def _set_cloud_env_vars(
6161
if clp_handler:
6262
clp_handler.set_env_vars_based_on_clp()
6363
else:
64-
self.logger(f"Was not able to initialize provider as {clp_res_model} is not a supported model")
64+
self.logger.error(f"Was not able to initialize provider as {clp_res_model} is not a supported model")
6565
raise ValueError(f"Was not able to initialize provider as {clp_res_model} is not a supported model")

0 commit comments

Comments
 (0)