Skip to content

Commit

Permalink
Rename exception
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Mar 30, 2017
1 parent d1314ca commit b42eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napalm_logs/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class UnknownOpenConfigModel(NapalmLogsException):
pass


class OpenConfigPathError(NapalmLogsException):
class OpenConfigPathException(NapalmLogsException):
'''
Unable to set the open config path specified.
'''
Expand Down

0 comments on commit b42eded

Please sign in to comment.