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 2485d37 commit 3af0ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible_collections/juniper/device/plugins/connection/pyez.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,8 @@ def commit_configuration(self, ignore_warning=None, comment=None,
Failures:
- An error returned from committing the configuration.
"""
if self.dev.timeout:
timeout = self.dev.timeout
try:
self.config.commit(ignore_warning=ignore_warning,
comment=comment,
Expand Down

0 comments on commit 3af0ba9

Please sign in to comment.