10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e472c commit c94bbb5Copy full SHA for c94bbb5
testgres/node.py
@@ -276,7 +276,7 @@ def _get_port_manager(os_ops: OsOperations) -> PortManager:
276
if isinstance(os_ops, LocalOperations):
277
return PortManager__ThisHost()
278
279
- # TODO: Throw exception "Please define a port manager."
+ # TODO: Throw the exception "Please define a port manager." ?
280
return PortManager__Generic(os_ops)
281
282
def clone_with_new_name_and_base_dir(self, name: str, base_dir: str):
0 commit comments