Adds missing paren

This commit is contained in:
Dustin Broderick 2017-11-28 14:33:58 -07:00
parent c0ee2cef68
commit 1d293535b4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Command(BaseCommand):
model registration. WARNING: buildwatson must be rerun if the filter \
changes or the index will be incomplete."
)
parser.add_argument
parser.add_argument(
'--batch_size',
action='store',
default=100,