Skip to content

Commit

Permalink
Fixing invalid reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Apr 25, 2019
1 parent 4239e25 commit 17cc373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm/nxos_ssh/nxos_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ def get_environment(self):
environment.setdefault("cpu", {})
environment["cpu"][0] = {}
environment["cpu"][0]["%usage"] = 0.0
system_resources_cpu = napalm.base.helpers.textfsm_extractor(
system_resources_cpu = helpers.textfsm_extractor(
self, "system_resources", sys_resources
)
for cpu in system_resources_cpu:
Expand Down

0 comments on commit 17cc373

Please sign in to comment.