Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'local' of github.com:waveaccounting/django-sixpack into…
Browse files Browse the repository at this point in the history
… local-1.1.0-wave
  • Loading branch information
Hecha Ghazal™ committed May 7, 2015
2 parents 8601431 + 98370e3 commit c2ee64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djsixpack/djsixpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def participate(self, force=None, user_agent=None, ip_address=None, prefetch=Fal
prefetch = True

try:
resp = session.participate(experiment_name, self.alternatives, force=force, prefetch=prefetch)
resp = session.participate(experiment_name, self.alternatives, force=force, prefetch=prefetch, bucket=bucket)
except RequestException:
logger.exception("Error while trying to .participate")
if force in self.alternatives:
Expand Down

0 comments on commit c2ee64e

Please sign in to comment.