Browse Source

Fix error in the cron task

Gu1 10 years ago
parent
commit
6b6c2beb44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffdnispdb/cron_task.py

+ 1 - 1
ffdnispdb/cron_task.py

@@ -134,7 +134,7 @@ try:
                 print log.rstrip().encode('utf-8')+'\n'
                 if exc:
                     print u'Unexpected exception in the validator: %r' % exc
-                    print exc_log
+                    print exc_trace
 
                 continue