Skip to content

Commit

Permalink
Merge pull request #261 from #255
Browse files Browse the repository at this point in the history
correctly assign force valid status
  • Loading branch information
jdhayhurst authored Jun 19, 2023
2 parents f222849 + b0e54e2 commit d218525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumstats_service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def validate_files_in_background(
bypass: bool = False,
zero_p_values: bool = False,
):
au.store_validation_method(callback_id=callback_id, bypass_validation=bypass)
au.store_validation_method(callback_id=callback_id, bypass_validation=forcevalid)
if bypass is True:
results = au.skip_validation_completely(
callback_id=callback_id, content=content
Expand Down

0 comments on commit d218525

Please sign in to comment.