Skip to content

Commit

Permalink
bugfix: add missing commata
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed May 20, 2024
1 parent 68c8738 commit a41844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autora/experiment_runner/firebase_prolific/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _firebase_prolific_run(conditions, **kwargs):
kwargs["study_completion_time"],
kwargs["prolific_token"],
total_available_places=len(conditions),
completion_code=kwargs["completion_code"]
completion_code=kwargs["completion_code"],
exclude_studies=exclude_studies
)

Expand Down

0 comments on commit a41844b

Please sign in to comment.