fix(debug): Add exit code 7 definition
This commit is contained in:
parent
8bf8ae3def
commit
f2c8b15b84
@ -21,6 +21,7 @@ import inflect
|
||||
# Exit codes
|
||||
# 1: Config file invalid, it has no sections
|
||||
# 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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user