Tiny fix to the controller. epydoc has to run each module. Since asgard.py has...
commita7681e73004be370dc457db354b9332b52f1100d
authorrustushki <rustushki>
Sun, 3 Dec 2006 21:14:00 +0000 (3 21:14 +0000)
committerrustushki <rustushki>
Sun, 3 Dec 2006 21:14:00 +0000 (3 21:14 +0000)
tree161b3c29f5badf27f201bd98542d3b0b2900fbd5
parent747ed3ae9795605aec0e212ba37c984f25fb14f0
Tiny fix to the controller.  epydoc has to run each module.  Since asgard.py has the initial calling code for the program, epydoc was trying to run the program.  This was playing havoc with the cron job !  There is now a conditional that checks to see whether epydoc is documenting or not.  If it is, the program will not start.
asgard.py