diff --git a/gluon/shell.py b/gluon/shell.py index 92b6334b..276473f9 100644 --- a/gluon/shell.py +++ b/gluon/shell.py @@ -248,6 +248,9 @@ def run( if confirm.lower() in ('y', 'yes'): os.mkdir(adir) fileutils.create_app(adir) + else: + logging.warn('application folder does not exist and has not been created as requested') + return if force_migrate: c = 'appadmin' # Load all models (hack already used for appadmin controller)