# HG changeset patch # User Goffi # Date 1607081446 -3600 # Node ID 63d20854df3ab2f6a81a8146364fdf9c4d4682d0 # Parent d9955bb10d153b94ce6ee345cb4448c4ec1aa433 core (constants): added EXIT_CONFLICT diff -r d9955bb10d15 -r 63d20854df3a sat/core/constants.py --- a/sat/core/constants.py Fri Dec 04 12:30:00 2020 +0100 +++ b/sat/core/constants.py Fri Dec 04 12:30:46 2020 +0100 @@ -386,6 +386,7 @@ EXIT_NOT_FOUND = 16 # an item required by a command was not found EXIT_DATA_ERROR = 17 # data needed for a command is invalid EXIT_MISSING_FEATURE = 18 # a needed plugin or feature is not available + EXIT_CONFLICT = 19 # an item already exists EXIT_USER_CANCELLED = 20 # user cancelled action EXIT_INTERNAL_ERROR = 111 # unexpected error EXIT_FILE_NOT_EXE = (