added some logic for jobsprocessing, magically somehow not working...

This commit is contained in:
Rafael.Timmerberg 2013-05-29 01:03:01 +02:00
commit e60890268f
5 changed files with 65 additions and 37 deletions

View file

@ -42,8 +42,11 @@ def parseArgs():
def handleJob(jobInfo):
jobInfo.handleCall()
print "handlejobInfo"
print str(jobInfo)
print "executing: " + str(jobInfo.service.command)
jobInfo.handleCall()
def main():
@ -90,4 +93,4 @@ def main():
if __name__ == "__main__":
main()
main()