-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
Our PostgresNode has the RO-property os_ops:
Lines 310 to 314 in 44d61c2
| @property | |
| def os_ops(self) -> OsOperations: | |
| assert self._os_ops is not None | |
| assert isinstance(self._os_ops, OsOperations) | |
| return self._os_ops |
I think we should have the RO-property port_manager, too.