ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

Specifying a branch point or branch name that does not exist anywhere in the workflow should error

Open jhclark opened this issue 12 years ago • 0 comments

The following fails silently, but should produce an error message:

task t :: (Exists: exists) {}
plan p {
  reach t via (DoesNotExist: branch)
  reach t via (Exists: does_not_exist)
}

jhclark avatar Jan 25 '13 13:01 jhclark