Skip to content

Commit

Permalink
Fix format and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed May 26, 2021
1 parent e9d6cbc commit 491ff20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion napalm/junos/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,9 @@ def ping(
source_interface=source_interface
)

ping_command = "ping {destination}{source}{ttl}{timeout}{size}{count}{vrf}{source_inteface}".format(
ping_command = (
"ping {destination}{source}{ttl}{timeout}{size}{count}{vrf}{source_interface}"
).format(
destination=destination,
source=source_str,
ttl=maxttl_str,
Expand Down

0 comments on commit 491ff20

Please sign in to comment.