From 969c6ab0fe793f9f62b79fdfc4e3f9c6a16032b3 Mon Sep 17 00:00:00 2001 From: Phyks Date: Wed, 14 Jun 2017 10:50:02 +0200 Subject: [PATCH] There are up to 3 passes available, the `--passes` argument constraint should match. --- flatisfy/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatisfy/__main__.py b/flatisfy/__main__.py index 3dbd0d6..a82a365 100644 --- a/flatisfy/__main__.py +++ b/flatisfy/__main__.py @@ -36,7 +36,7 @@ def parse_args(argv=None): help="Configuration file to use." ) parent_parser.add_argument( - "--passes", choices=[0, 1, 2], type=int, + "--passes", choices=[0, 1, 2, 3], type=int, help="Number of passes to do on the filtered data." ) parent_parser.add_argument(