Skip to content

Commit

Permalink
Update cylc/flow/scripts/report_timings.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
wxtim and MetRonnie authored Oct 30, 2023
1 parent 4b595d2 commit e9d035f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cylc/flow/scripts/report_timings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ def main(parser: COP, options: 'Values', workflow_id: str) -> None:
constraint='workflows',
)

LOG.warning('Cylc report-timings is will be retired soon.')
LOG.warning(
"cylc report-timings is deprecated."
" The analysis view in the GUI provides"
" similar functionality."
)

output_options = [
options.show_raw, options.show_summary, options.html_summary
Expand Down

0 comments on commit e9d035f

Please sign in to comment.