Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Jun 17, 2016
1 parent 3f96e97 commit a693810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sauce/celery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# python sauce/celery/__init__.py worker -Q celery,default,openmp,mpi,cuda --autoreload -l info -c 1
from __future__ import absolute_import

from celery import Celery, Task
Expand Down
2 changes: 1 addition & 1 deletion sauce/controllers/submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def result(self, force_test=False, *args, **kwargs):
log.warn('run_tests.apply_async failed', exc_info=True)
raise
else:
log.info('AsyncResult sent: %s ', asyncresult)
log.info('apply_async: %s ', asyncresult)
self.submission.asyncresult_id = asyncresult.id
else:
asyncresult = run_tests.AsyncResult(self.submission.asyncresult_id)
Expand Down

0 comments on commit a693810

Please sign in to comment.