Skip to content

Commit c94bbb5

Browse files
Comment in node.py is updated
1 parent 30e472c commit c94bbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def _get_port_manager(os_ops: OsOperations) -> PortManager:
276276
if isinstance(os_ops, LocalOperations):
277277
return PortManager__ThisHost()
278278

279-
# TODO: Throw exception "Please define a port manager."
279+
# TODO: Throw the exception "Please define a port manager." ?
280280
return PortManager__Generic(os_ops)
281281

282282
def clone_with_new_name_and_base_dir(self, name: str, base_dir: str):

0 commit comments

Comments
 (0)