Skip to content

Commit 5e60fce

Browse files
committed
Add note
1 parent 849ab75 commit 5e60fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/posit/connect/env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ def update(self, other=(), /, **kwargs: Optional[str]):
196196
path = f"v1/content/{self.content_guid}/environment"
197197
url = self.params.url + path
198198
self.params.session.patch(url, json=body)
199+
# TODO-barret; No `super().update(**response.json())`?

0 commit comments

Comments
 (0)