Skip to content

Commit

Permalink
Pass along dry and async params to task
Browse files Browse the repository at this point in the history
  • Loading branch information
erinspace committed Jun 11, 2015
1 parent 8c425a5 commit 9284780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def migrate(migration, sources=None, kwargs_string=None, dry=True, async=False):
@task
def migrate_to_source_partition(dry=True, async=False):
from scrapi.tasks import migrate_to_source_partition
migrate_to_source_partition()
migrate_to_source_partition(dry=dry, async=async)


@task
Expand Down

0 comments on commit 9284780

Please sign in to comment.