Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Aug 22, 2024
1 parent 1858dee commit 3b3f3a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollout-dashboard/server/src/frontend_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@ impl Display for RolloutPlanParseError {
write!(f, "Invalid Python in rollout plan: {}", e)
}
Self::BadBatchNumber(e) => {
write!(f, "Could not parse batch number in rollout plan: {}", e)
write!(
f,
"Could not parse batch number FUCK THIS REMOVE ME FIXME in rollout plan: {}",
e
)
}
Self::BadDateTime(e) => {
write!(f, "Could not parse date/time in rollout plan: {}", e)
Expand Down

0 comments on commit 3b3f3a0

Please sign in to comment.