From f50d8a66ddd68f0cad4e64b1760c5e345940de4f Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Thu, 25 Jan 2024 21:40:54 +1300 Subject: [PATCH] Update cylc/flow/network/schema.py Co-authored-by: Oliver Sanders --- cylc/flow/network/schema.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cylc/flow/network/schema.py b/cylc/flow/network/schema.py index 8f0b88b5035..4148e127994 100644 --- a/cylc/flow/network/schema.py +++ b/cylc/flow/network/schema.py @@ -1009,9 +1009,7 @@ class Meta: class OutputLabel(String): - class Meta: - description = """Task output label, as used in the graph.""" - label = String() + """Task output label, as used in the graph e.g. "succeeded".""" class XTrigger(ObjectType):