From 036dc018e0c3e195f3bb6c6007225da75ec9356e Mon Sep 17 00:00:00 2001 From: Yadu Babuji Date: Sat, 23 Nov 2024 11:28:37 -0600 Subject: [PATCH] whitespace fixes --- parsl/executors/high_throughput/executor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parsl/executors/high_throughput/executor.py b/parsl/executors/high_throughput/executor.py index 9acf9313b5..307895483e 100644 --- a/parsl/executors/high_throughput/executor.py +++ b/parsl/executors/high_throughput/executor.py @@ -86,7 +86,7 @@ address : string An address to connect to the main Parsl process which is reachable from the network in which - workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when + workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when enable_ipv6 is not set) Most login nodes on clusters have several network interfaces available, only some of which can be reached from the compute nodes. This field can be used to limit the executor to listen @@ -226,10 +226,10 @@ class HighThroughputExecutor(BlockProviderExecutor, RepresentationMixin, UsageIn Parsl will create names as integers starting with 0. default: empty list - + enable_ipv6: bool Set this flag to enable communication over IPV6 in addition to IPV4. - default: False + default: False """ @typeguard.typechecked