executorlib.standalone.inputcheck.check_hostname_localhost

executorlib.standalone.inputcheck.check_hostname_localhost#

executorlib.standalone.inputcheck.check_hostname_localhost(hostname_localhost: bool | None) None[source]#

Check that hostname_localhost is not set when using a pysqa-based backend.

Parameters:

hostname_localhost (bool, optional) – Flag to use localhost for ZMQ connections.

Raises:

ValueError – If hostname_localhost is not None.