X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.py;h=69f4b172b4d709b1ca3c7a0fdcb3019aa85b420d;hb=70ff65d7dcb896ca5c0c36d39da1e36d8a239b46;hp=ed9d3694e60bb1f31721acc8c04297723f9fdaf9;hpb=84d512e317cac78d67bec5c64fcf761d3f5e0689;p=dead%2Fcensus-tools.git diff --git a/src/ExitCodes.py b/src/ExitCodes.py index ed9d369..69f4b17 100644 --- a/src/ExitCodes.py +++ b/src/ExitCodes.py @@ -1 +1,2 @@ -NotEnoughArgs = 1 +NOT_ENOUGH_ARGS = 1 +NO_RESULTS = 2