docstring

This commit is contained in:
Jean-Paul Calderone 2020-12-14 18:25:58 -05:00
parent 4b1c6a2815
commit 49330d1e4a

View File

@ -725,7 +725,9 @@ def _convert_tub_port(s):
class PortAssignmentRequired(Exception):
pass
"""
A Tub port number was configured to be 0 where this is not allowed.
"""
def _tub_portlocation(config, get_local_addresses_sync, allocate_tcp_port):