Skip to content

Commit d9aaf4b

Browse files
authored
Merge pull request #160 from Catalin-Roman/revert-breaking-change
Revert breaking change (reset of project_info)
2 parents ac9a1ee + 648ac8a commit d9aaf4b

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)