File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1- black == 22.3 .0
1+ black == 22.6 .0
22coveralls == 3.3.1
33ddt == 1.5.0
44flake8-import-order == 0.18.1
@@ -8,10 +8,10 @@ pytest-json==0.4.0
88pylama == 8.2.1
99mock == 4.0.3
1010tox == 3.25.1
11- mypy == 0.960
12- types-requests == 2.27.30
11+ mypy == 0.961
12+ types-requests == 2.28.0
1313types-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
1717ttp_templates == 0.3.0
You can’t perform that action at this time.
0 commit comments