From 3975d30985322f6f8decb086e8b6c0a2700f8fff Mon Sep 17 00:00:00 2001 From: Bjoern Tropf Date: Fri, 20 Nov 2009 10:52:20 +0100 Subject: Undo two changes from previous commit --- tools/cron.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cron.py b/tools/cron.py index 2287922..181246b 100755 --- a/tools/cron.py +++ b/tools/cron.py @@ -62,8 +62,8 @@ NOMATCH = { PARAM = { 'delay' : 0.2, - 'skip' : True, - 'logfile' : False, #os.path.join(CONST['filepath'], 'cron.log'), + 'skip' : False, + 'logfile' : os.path.join(CONST['filepath'], 'cron.log'), 'tmpdir' : os.path.join(CONST['filepath'], 'tmp'), 'bugdir' : os.path.join(CONST['filepath'], 'tmp', 'bug'), 'nvddir' : os.path.join(CONST['filepath'], 'tmp', 'nvd'), -- cgit v1.2.3-65-gdbad