cylc-flow icon indicating copy to clipboard operation
cylc-flow copied to clipboard

Unhelpful Upgrade Warning

Open wxtim opened this issue 2 years ago • 0 comments

In the case where a workflow has the following config

# part of a suite.rc

[scheduling]
  [[dependencies]]
    graph = foo

and

$ cylc validate
WARNING - deprecated graph items were automatically upgraded in "workflow definition":
     * (8.0.0) [scheduling][dependencies][X]graph -> [scheduling][graph]X - for X in:
           R1
# ...

But without X, this doesn't make much sense.

wxtim avatar Nov 03 '23 11:11 wxtim