Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 378 Bytes

1021.md

File metadata and controls

9 lines (5 loc) · 378 Bytes

1021

An SML path specified in the Millet config file had an empty component.

SML paths should be a non-empty string of characters separated by ., and there should not be nothing between consecutive .. So a path like Foo.Bar..Quz.flub will trigger this error. The empty path will also trigger this error.

To fix

Avoid consecutive . or the empty string in paths.