From e39a80ee2ed98fcbfba7b2a79793b714a22a4df3 Mon Sep 17 00:00:00 2001 From: Alexander Munch-Hansen Date: Tue, 29 Dec 2020 20:51:19 +0100 Subject: [PATCH] added an r to require --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 122c6f8..3bcab9f 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ parser.add_argument('--source_file', action='store', dest='source_file', type=str, required=True, help='which file to read from') parser.add_argument('--collection_id', action='store', dest='collection_id', - type=str, require=True, + type=str, required=True, help='The id of the collection the contents of the source file should be added to') parser.add_argument('--project_id', action='store', dest='project_id', type=str, default='navedu-test',