From 6f206d25f200d16134d7bc128c0280f689b06455 Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Tue, 19 Sep 2023 10:52:28 +0000 Subject: [PATCH] Vale is complaining about my commented code... :-( --- gso/workflows/iptrunk/migrate_iptrunk.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py index c04460d01..17e833c0b 100644 --- a/gso/workflows/iptrunk/migrate_iptrunk.py +++ b/gso/workflows/iptrunk/migrate_iptrunk.py @@ -260,7 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator: return {} - +''' # I will leave it like this until we actually do it. # @step("Run interface checks") # def run_interface_checks( @@ -287,6 +287,7 @@ def confirm_continue_move_fiber() -> FormGenerator: # "subscription": subscription, # "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.", # } +''' # noqa @step("Deploy ISIS configuration on new router") -- GitLab