Skip to content

Commit ff151ab

Browse files
committed
fix lint
1 parent 59b7958 commit ff151ab

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
@@ -82,4 +82,4 @@ def set_env_vars_based_on_clp(self):
8282
os.environ["GOOGLE_PROJECT"] = attr.Value
8383
project_flag = True
8484
if not project_flag:
85-
raise ValueError("Project ID was not found on GCP Cloud Provider")
85+
raise ValueError("Project ID was not found on GCP Cloud Provider")

0 commit comments

Comments
 (0)