Update preprocessor.py
This commit is contained in:
parent
1183b621b7
commit
8f5ca06ce5
|
|
@ -167,7 +167,7 @@ if __name__ == '__main__':
|
||||||
dest='filters',
|
dest='filters',
|
||||||
type=int,
|
type=int,
|
||||||
default=None,
|
default=None,
|
||||||
help='Set filters to extract only 0: >, 1: v, 2: <, 3: ^, 4: <^>, 5: <v>, 6: all'
|
help='Ignore the arg by default, set to x to extract only y `0: >`, `1: v`, `2: <`, `3: ^`, `4: <^>`, `5: <v>`, `6: all`'
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--sampling',
|
'--sampling',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue