Open hjoliver opened 3 years ago
We fail this:
initial cycle point = -10
validation result:
$ cylc val flow.cylc IllegalValueError: (type=cycle point) [scheduling]initial cycle point = -10
But @kinow has discovered that the command line accepts negative points, and that the workflow then runs just fine:
$ cylc play --initial-cycle-point=-10 blah/run1
Job log path seems to be fine with - chars present too.
-
Meeting: allow it, make validation consistent.
We fail this:
validation result:
But @kinow has discovered that the command line accepts negative points, and that the workflow then runs just fine:
Job log path seems to be fine with
-
chars present too.? should we