dont fail if /api/upload is called without the right arguments, render api page: fixes #2611
This commit is contained in:
parent
31c3cc908b
commit
f56218e33a
2 changed files with 10 additions and 2 deletions
|
|
@ -20,5 +20,5 @@ class Command(BaseCommand):
|
|||
elif len(args) == 2:
|
||||
target = args[0]
|
||||
base = args[1]
|
||||
print('update docs', target, 'base', base)
|
||||
print('update documentation in ', target, 'based on', base)
|
||||
documentation.update(target, base)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue