Skip to content

Commit

Permalink
Fix candidate generation healthcheck text
Browse files Browse the repository at this point in the history
Summary:
We're missing a space



Created from CodeHub with https://fburl.com/edit-in-codehub

Differential Revision: D64627037
  • Loading branch information
Cesar-Cardoso authored and facebook-github-bot committed Oct 18, 2024
1 parent 6bdf0a5 commit 9cb05ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/analysis/healthcheck/can_generate_candidates.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


class CanGenerateCandidatesAnalysis(HealthcheckAnalysis):
REASON_PREFIX: str = "This experiment cannot generate candidates.\nREASON:"
REASON_PREFIX: str = "This experiment cannot generate candidates.\nREASON: "
LAST_RUN_TEMPLATE: str = "\nLAST TRIAL RUN: {days} day(s) ago"

def __init__(
Expand Down

0 comments on commit 9cb05ef

Please sign in to comment.