From f2c8b15b84b59175236c2b6a004561eeeca89e4c Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 5 Jul 2022 19:36:42 +0200 Subject: [PATCH] fix(debug): Add exit code 7 definition --- .../{{ cookiecutter.__project_slug }}.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-naive/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__project_slug }}.py b/python-naive/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__project_slug }}.py index 979e63d..d16fbe6 100644 --- a/python-naive/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__project_slug }}.py +++ b/python-naive/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__project_slug }}.py @@ -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):