Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Sep 13, 2023
1 parent 3abc1eb commit 4156edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_golden_config/nornir_plays/config_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_deployment(task: Task, logger: NornirLogger, commit: bool, config_plan_q
else:
task_result = None
logger.log_info(obj=obj, message="Commit not enabled. Configuration not deployed to device.")

return Result(host=task.host, result=task_result)


Expand Down

0 comments on commit 4156edb

Please sign in to comment.