mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-15 21:01:47 -05:00
Merge pull request #94 from ranguli/fix-exception-typo
Fix typo on exception
This commit is contained in:
commit
c16886263f
@ -183,7 +183,7 @@ class Config(collections.UserDict):
|
|||||||
if val == default_fail:
|
if val == default_fail:
|
||||||
# We have to fail and bail if the user hasn't edited
|
# We have to fail and bail if the user hasn't edited
|
||||||
# this config option.
|
# this config option.
|
||||||
raise exception.ConfigOptionBogusDefault(path, default_fail)
|
raise exception.ConfigOptionBogusDefaultException(path, default_fail)
|
||||||
|
|
||||||
|
|
||||||
def add_config_comments(raw_yaml):
|
def add_config_comments(raw_yaml):
|
||||||
|
Loading…
Reference in New Issue
Block a user