fixed scheduler rollback typo, thanks Niphlod

This commit is contained in:
Massimo Di Pierro
2012-04-23 11:28:33 -05:00
parent 11a9d6f41a
commit 5de6cf71fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-04-22 20:26:53) dev
Version 1.99.7 (2012-04-23 11:26:23) dev
+1 -1
View File
@@ -413,7 +413,7 @@ class Scheduler(MetaScheduler):
db.commit()
break
except:
db.rollback
db.rollback()
logging.info('new task %(id)s "%(task_name)s" %(application_name)s.%(function_name)s' % task)
return Task(
app = task.application_name,