summaryrefslogtreecommitdiffstats
path: root/windriver/titanium_cloud/celery.py
diff options
context:
space:
mode:
authorXiaohua Zhang <xiaohua.zhang@windriver.com>2018-11-27 10:10:28 +0000
committerXiaohua Zhang <xiaohua.zhang@windriver.com>2018-11-27 10:10:28 +0000
commit959cc674521d99434bb4bf126cb367902aff15d3 (patch)
tree7094e1281da0fc06332756ec4e0741f988cbbfe8 /windriver/titanium_cloud/celery.py
parentc98b8d6876c886f030dbb8d31bebd10dd05d30ef (diff)
Fix pep8 error in windriver plugin
Change-Id: Ifff45168c2647b20cacaf4b3ee0413f9a8a824a7 Issue-ID: MULTICLOUD-420 Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
Diffstat (limited to 'windriver/titanium_cloud/celery.py')
-rw-r--r--windriver/titanium_cloud/celery.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/windriver/titanium_cloud/celery.py b/windriver/titanium_cloud/celery.py
index 368c5ddb..ada8bef5 100644
--- a/windriver/titanium_cloud/celery.py
+++ b/windriver/titanium_cloud/celery.py
@@ -33,6 +33,7 @@ app.autodiscover_tasks()
logger = logging.getLogger(__name__)
+
@app.task(bind=True)
def debug_task(self):
logger.debug("self.request")