You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling get_project with uids mutates the project_elments in fileio.get_project on v1.0.1 this line is the culprit as copy is a shallow copy and not a deepcopy project_json = self._project_json.copy() proposed solution would be to:
Calling
get_project
with uids mutates the project_elments infileio.get_project
on v1.0.1 this line is the culprit as copy is a shallow copy and not a deepcopyproject_json = self._project_json.copy()
proposed solution would be to:MRE:
Happy to put in a PR just not sure how it works seeing it is on v1.0.1 is v1.0.2 (bug fix) on the road map or only v2.X in dev?
The text was updated successfully, but these errors were encountered: