From 62818e52fa67157d1261916d551207a9865e1d46 Mon Sep 17 00:00:00 2001 From: dscripka Date: Thu, 5 Oct 2023 22:19:05 -0400 Subject: [PATCH] Fixed argparse issue [skip ci] --- openwakeword/train.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openwakeword/train.py b/openwakeword/train.py index 7ba216d..198a60e 100755 --- a/openwakeword/train.py +++ b/openwakeword/train.py @@ -459,8 +459,7 @@ if __name__ == '__main__': "--training_config", help="The path to the training config file (required)", type=str, - required=True, - metavar="" + required=True ) parser.add_argument( "--generate_clips",