>
> 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
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)
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