From b92c4653f13d3594c52fe6db68c83eb2daa16282 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Thu, 10 May 2012 22:24:43 -0500 Subject: [PATCH] -S a/c/f, issue 786, thanks Carlos Galindo --- VERSION | 2 +- gluon/shell.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2f1233a7..6d93aa3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-05-10 22:21:22) dev +Version 1.99.7 (2012-05-10 22:23:57) dev diff --git a/gluon/shell.py b/gluon/shell.py index f70fe195..8d534f9f 100644 --- a/gluon/shell.py +++ b/gluon/shell.py @@ -186,7 +186,7 @@ def run( if c: import_models = True - _env = env(a, c=c, import_models=import_models) + _env = env(a, c=c, f=f, import_models=import_models) if c: cfile = os.path.join('applications', a, 'controllers', c + '.py') if not os.path.isfile(cfile):