Skip to content

Commit b8acac0

Browse files
authored
Merge branch 'develop' into xr_getfacts
2 parents 96cfa37 + ea13a89 commit b8acac0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

napalm/junos/junos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def _get_pending_commits(self):
360360
commit_comment = commit_comment_element.text
361361

362362
sys_uptime_info = self.device.rpc.get_system_uptime_information()
363-
current_time_element = sys_uptime_info.find("./current-time/date-time")
363+
current_time_element = sys_uptime_info.find(".//current-time/date-time")
364364
current_time = int(current_time_element.attrib["seconds"])
365365

366366
# Msg from Jnpr: 'commit confirmed, rollback in 5mins'

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.3.0
1+
black==22.6.0
22
coveralls==3.3.1
33
ddt==1.5.0
44
flake8-import-order==0.18.1
@@ -8,10 +8,10 @@ pytest-json==0.4.0
88
pylama==8.2.1
99
mock==4.0.3
1010
tox==3.25.1
11-
mypy==0.960
12-
types-requests==2.27.30
11+
mypy==0.961
12+
types-requests==2.28.0
1313
types-six==1.16.17
14-
types-setuptools==57.4.17
15-
types-PyYAML==6.0.8
16-
ttp==0.8.4
14+
types-setuptools==57.4.18
15+
types-PyYAML==6.0.9
16+
ttp==0.9.0
1717
ttp_templates==0.3.0

0 commit comments

Comments
 (0)