From 82c9dbc1eb7fcfc35cf733abf2ff844852694509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 20 Apr 2022 20:12:31 +0200 Subject: [PATCH] fix: TypeError on `local quickstart` --- tutor/commands/local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tutor/commands/local.py b/tutor/commands/local.py index 8b95256e5e..f659e7eb50 100644 --- a/tutor/commands/local.py +++ b/tutor/commands/local.py @@ -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