Re: Passing Variable(s) as kwargs

2010-12-06 Thread BJ Swope
> > It's complaining that the 'minute' argument which you're passing to > 'add_cron_job' is '*/run_interval_quantity', which the scheduler > doesn't understand. > -- > Hey, what do you know, there's a forest amongst all those trees... key_words = '*/%d' % (run_interval_quantity) sched.add_cron_j

Re: Passing Variable(s) as kwargs

2010-12-06 Thread MRAB
On 06/12/2010 16:40, BJ Swope wrote: Hello All. I am trying to use values, retrieved from a config file, as kwargs and not having any luck. Well at least I think that's what I'm trying to do ;) Any suggestions would be most appreciated. Here's the exception: Traceback (most recent call last)

Passing Variable(s) as kwargs

2010-12-06 Thread BJ Swope
Hello All. I am trying to use values, retrieved from a config file, as kwargs and not having any luck. Well at least I think that's what I'm trying to do ;) Any suggestions would be most appreciated. Here's the exception: Traceback (most recent call last): File "c:\dev\LogServerMonitor\LogSe