Add debug

This commit is contained in:
Alexey Masterov
2025-07-22 11:38:09 +02:00
parent 7423c393c6
commit f5a553a8e5

View File

@@ -206,6 +206,8 @@ class NeonBranch:
)
if res is None:
return
# XXX do not merge, debug only
log.info("res: %s", res)
self.updated_at = datetime.fromisoformat(res["branch"]["updated_at"])
self.parent_timestamp = datetime.fromisoformat(res["branch"]["parent_timestamp"])
parent_id: str = res["branch"]["parent_id"]