X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.py;h=69f4b172b4d709b1ca3c7a0fdcb3019aa85b420d;hb=35059c0130c3c668a54f91e6c55949362c592a93;hp=ed9d3694e60bb1f31721acc8c04297723f9fdaf9;hpb=18b00503e26e51db44a6b3d9b279162f8278b868;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