Skip to content

Commit 648ac8a

Browse files
author
Catalin-Adrian Roman
committed
chore: don't reset project_info
1 parent 633e275 commit 648ac8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

capycli/project/create_project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def update_project(self, project_id: str, project: Optional[Dict[str, Any]],
9595
if project_info and element in project_info:
9696
project_info.pop(element)
9797

98-
project_info: Dict[str, Any] = {}
9998
if project:
10099
project_info["additionalData"] = project.get("additionalData", {})
101100
if "createdWith" not in project.get("additionalData", {}):

0 commit comments

Comments
 (0)