Skip to content

Commit

Permalink
Merge pull request #61 from zainab-amir/zamir/fix-unregistered-task-e…
Browse files Browse the repository at this point in the history
…rror

Fix Unregistered Celery Task Error
  • Loading branch information
xitij2000 authored Aug 23, 2019
2 parents 323e235 + 6abacb5 commit 3ce9212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poll/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from xmodule.modulestore.django import modulestore # pylint: disable=import-error


@task()
@task(name='poll.tasks.export_csv_data')
def export_csv_data(block_id, course_id):
"""
Exports student answers to all supported questions to a CSV file.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def package_data(pkg, roots):

setup(
name='xblock-poll',
version='1.8.6',
version='1.8.7',
description='An XBlock for polling users.',
packages=[
'poll',
Expand Down

0 comments on commit 3ce9212

Please sign in to comment.