From 89a796b7946c7b6d8d6fe50f88b0f31ac7a70601 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Tue, 31 Jan 2012 08:48:47 -0600 Subject: [PATCH] no more -- for now --- VERSION | 2 +- gluon/newcron.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 703f1ce1..7d06cae5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-01-30 12:57:03) stable +Version 1.99.4 (2012-01-31 08:48:24) stable diff --git a/gluon/newcron.py b/gluon/newcron.py index 5b74d773..8073e71f 100644 --- a/gluon/newcron.py +++ b/gluon/newcron.py @@ -290,7 +290,6 @@ def crondance(applications_parent, ctype='soft', startup=False): w2p_path = fileutils.abspath('web2py.py', gluon=True) if os.path.exists(w2p_path): commands.append(w2p_path) - commands.append('--') if global_settings.applications_parent != global_settings.gluon_parent: commands.extend(('-f', global_settings.applications_parent)) citems = [(k in task and not v in task[k]) for k,v in checks]