feat(debug): Store OSError human debug output
This commit is contained in:
parent
6f5687a98b
commit
af2ac3e38d
@ -125,6 +125,10 @@ internal_empty_ok = [default["key"] for default in CONST.CFG_KNOWN_DEFAULTS if d
|
|||||||
config = ConfigParser(defaults=internal_defaults,
|
config = ConfigParser(defaults=internal_defaults,
|
||||||
converters={'list': lambda x: [i.strip() for i in x.split(',') if len(x) > 0]})
|
converters={'list': lambda x: [i.strip() for i in x.split(',') if len(x) > 0]})
|
||||||
config.read(CONST.CFG_DEFAULT_ABS_PATH)
|
config.read(CONST.CFG_DEFAULT_ABS_PATH)
|
||||||
|
exit_code_desc = {
|
||||||
|
5: "Unable to open firewalld direct rules file for reading",
|
||||||
|
9: "Unable to open firewalld direct rules file for updating"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
def print_section_header(
|
def print_section_header(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user