Skip to content

Commit 7e92624

Browse files
committed
Update clp_envvar_handler.py
1 parent a7d92c1 commit 7e92624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self):
1111
pass
1212

1313
def set_env_vars_based_on_clp(self):
14-
raise NotImplemented()
14+
raise NotImplementedError()
1515

1616
@staticmethod
1717
def get_attribute_value(clp_res_model, clp_attribute, attr_name_to_check, shell_helper, decrypt=False) -> str:

0 commit comments

Comments
 (0)