Skip to content
Snippets Groups Projects
Commit 879b5eb9 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'fix-ponos-support-in-parse-dates' into 'master'

fix ponos support in parse dates

See merge request !280
parents 941bcbb3 7f39f55d
No related branches found
No related tags found
1 merge request!280fix ponos support in parse dates
......@@ -21,6 +21,7 @@ class Command(PonosCommand):
base_recipe = settings.PONOS_RECIPE
def add_arguments(self, parser):
super().add_arguments(parser)
parser.add_argument(
'--corpus',
help='ID or part of the name of the corpus to fetch metadatas from',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment