Skip to content

Commit

Permalink
Merge branch 'develop' into commit_confirm_eos
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Sep 13, 2020
2 parents 1bc8209 + b21bdf5 commit 1849555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions napalm/eos/eos.py
Expand Up @@ -360,6 +360,10 @@ def commit_config(self, message="", revert_in=None):

if not self.lock_disable:
self._lock()
if revert_in is not None:
raise NotImplementedError(
"Commit confirm has not been implemented on this platform."
)
if message:
raise NotImplementedError(
"Commit message not implemented for this platform"
Expand Down

0 comments on commit 1849555

Please sign in to comment.