Skip to content

Commit

Permalink
HTCONDOR-1968: Small wording change
Browse files Browse the repository at this point in the history
Expand message for job router syntax deprecation to be more inclusive to the entirety of the HTCSS.

Co-authored-by: Brian Lin <[email protected]>
  • Loading branch information
ColeBollig and brianhlin authored Sep 1, 2023
1 parent 219a475 commit c975ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verify_ce_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def main():
if knob in htcondor.param:
used_deprecated_knobs.append(knob)
if len(used_deprecated_knobs) > 0:
warn(f"{', '.join(used_deprecated_knobs)} are deprecated and will be removed for V24 of HTCondor. New configuration"
warn(f"{', '.join(used_deprecated_knobs)} are deprecated and will be removed for V24 of the HTCondor Software Suite. New configuration"
+ " syntax for the job router is defined using JOB_ROUTER_ROUTE_NAMES and JOB_ROUTER_ROUTE_<name>. For example"
+ " use of new syntax visit:\nhttps://htcondor.readthedocs.io/en/latest/grid-computing/job-router.html#an-example-configuration\n\n"
+ " Note: The removal will occur during the lifetime of the HTCondor V23 feature series.\n")
Expand Down

0 comments on commit c975ac7

Please sign in to comment.