Skip to content

Commit 932c93b

Browse files
committed
Update active project print output
1 parent 1669483 commit 932c93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudendure/cloudendure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_project_id(self, project_name: str = "") -> str:
9696
if not self.is_authenticated:
9797
return ""
9898

99-
print(f"project name self: {self.project_name} - project name: {project_name}")
99+
print(f"Active Project Name: {project_name}")
100100
if self.project_name and self.project_name == project_name:
101101
return self.project_id
102102

0 commit comments

Comments
 (0)