Skip to content

Commit

Permalink
Fix for the issue Juniper#607
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed May 16, 2024
1 parent 4c6f46d commit bbce98b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,10 @@ def commit_configuration(self, ignore_warning=None, comment=None,
Failures:
- An error returned from committing the configuration.
"""
if self.conn_type == "local":
if self.dev.timeout:
timeout = self.dev.timeout

if self.conn_type != "local":
self._pyez_conn.commit_configuration(ignore_warning=ignore_warning,
comment=comment,
Expand Down

0 comments on commit bbce98b

Please sign in to comment.