From a2574c7eaf40f872d1e7f9dc27e864bffcc47408 Mon Sep 17 00:00:00 2001 From: Steve Keay Date: Mon, 9 Sep 2024 21:23:49 +0100 Subject: [PATCH] Fix outdated docstring comment --- .../understack_workflows/main/undersync_device.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/understack-workflows/understack_workflows/main/undersync_device.py b/python/understack-workflows/understack_workflows/main/undersync_device.py index 449754a62..7a11c2e5e 100644 --- a/python/understack-workflows/understack_workflows/main/undersync_device.py +++ b/python/understack-workflows/understack_workflows/main/undersync_device.py @@ -81,9 +81,9 @@ def argument_parser(): def main(): - """Updates connected_to_network and triggers Undersync. + """Updates Interface Status in Nautobot and triggers Undersync. - Updates Nautobot Device's 'connected_to_network' field and follows with + Updates Nautobot Device Interface status field and follows with request to Undersync service, requesting sync for all of the uplink_switches that the device is connected to. """