diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index b0e2ad528f35f294118e74d59decb6ba9ac04bbe..fe9f4c2fd577322696183e8552916859689972f5 100644 --- a/gso/utils/workflow_steps.py +++ b/gso/utils/workflow_steps.py @@ -94,13 +94,13 @@ def run_checks_after_base_config( subscription: dict[str, Any], callback_route: str ) -> None: - """Workflow step for running show commands after installing base config""" + """Workflow step for running show commands after installing base config.""" execute_playbook( playbook_name="base_config_checks.yaml", callback_route=callback_route, - inventory = subscription["router"]["router_fqdn"] + inventory=subscription["router"]["router_fqdn"] ) return { "subscription": subscription, - } \ No newline at end of file + }