1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-01 13:45:06 -04:00

Fix typo on exception

This commit is contained in:
ranguli
2022-10-26 16:46:50 -02:30
parent 1c052a63c0
commit cc2918377e
+1 -1
View File
@@ -183,7 +183,7 @@ class Config(collections.UserDict):
if val == default_fail:
# We have to fail and bail if the user hasn't edited
# this config option.
raise exception.ConfigOptionBogusDefault(path, default_fail)
raise exception.ConfigOptionBogusDefaultException(path, default_fail)
def add_config_comments(raw_yaml):