Skip to content

Commit

Permalink
Allow nornir 2.x to use NAPALM 3.x without warnings (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed May 15, 2020
1 parent 30cd14c commit 900217d
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 309 deletions.
2 changes: 1 addition & 1 deletion nornir/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def run(
task_name = kwargs.get("name") or task.name
if num_hosts:
logger.info(
f"Running task %r with args %s on %d hosts",
"Running task %r with args %s on %d hosts",
task_name,
kwargs,
num_hosts,
Expand Down

0 comments on commit 900217d

Please sign in to comment.