fix(debug): Add exit code 7 definition

This commit is contained in:
hygienic-books 2022-07-05 19:36:42 +02:00
parent 8bf8ae3def
commit f2c8b15b84

View File

@ -21,6 +21,7 @@ import inflect
# Exit codes # Exit codes
# 1: Config file invalid, it has no sections # 1: Config file invalid, it has no sections
# 2: Config file invalid, sections must define at least CONST.CFG_MANDATORY # 2: Config file invalid, sections must define at least CONST.CFG_MANDATORY
# 7 : An option that must have a non-null value is either unset or null
class CONST(object): class CONST(object):