Skip to content

Commit

Permalink
Set default of reprocessing value
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Nov 20, 2024
1 parent 7daa1e3 commit d18a690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ObservationsWorkflowParams:
probe_cc: List[str]
test_name: List[str]
fast_fail: bool
is_reprocessing: bool = True
is_reprocessing: bool = False
bucket_date: Optional[str] = None


Expand Down

0 comments on commit d18a690

Please sign in to comment.