6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-27 19:59:02 +00:00

fix: TypeError on local quickstart

This commit is contained in:
Régis Behmo 2022-04-20 20:12:31 +02:00
parent 658d6957db
commit 82c9dbc1eb

View File

@ -45,6 +45,7 @@ def local(context: click.Context) -> None:
@click.command(help="Configure and run Open edX from scratch")
@compose.mount_option
@click.option("-I", "--non-interactive", is_flag=True, help="Run non-interactively")
@click.option("-p", "--pullimages", is_flag=True, help="Update docker images")
@click.pass_context