From 733a857619d0db02022624991d23550ea428c0d8 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Tue, 2 May 2023 12:48:38 +0200 Subject: [PATCH] added missing ) --- gso/workflows/iptrunk/create_iptrunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/workflows/iptrunk/create_iptrunk.py b/gso/workflows/iptrunk/create_iptrunk.py index 8641759c..5540fcdb 100644 --- a/gso/workflows/iptrunk/create_iptrunk.py +++ b/gso/workflows/iptrunk/create_iptrunk.py @@ -60,7 +60,7 @@ def initial_input_form_generator(product_name: str) -> FormGenerator: iptrunk_sideA_ae_members: list[str] iptrunk_sideA_ae_members_descriptions: list[str] - iptrunk_sideB_node_id: device_selector(choice_value='DeviceEnumB' # noqa: F821 + iptrunk_sideB_node_id: device_selector(choice_value='DeviceEnumB') # noqa: F821 iptrunk_sideB_ae_iface: str iptrunk_sideB_ae_geant_a_sid: str iptrunk_sideB_ae_members: list[str] -- GitLab