forgot nargs=2
This commit is contained in:
@@ -180,6 +180,7 @@ class InitialProcessor(CommonAudioProcessor):
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--thumb_size',
|
'--thumb_size',
|
||||||
|
nargs=2,
|
||||||
metavar=('max_width', 'max_height'),
|
metavar=('max_width', 'max_height'),
|
||||||
type=int)
|
type=int)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user