We issue a helpful warning when users say they are using experienced plans but the word "experienced" is not in the file path.
Current behavior:
when using the cli this check causes an error -- the input path is stored as POSIX path (not iterable) rather than string, so the check cannot be completed.
Proposed fix:
coerce the input plans path to string when checking for patterns.
We issue a helpful warning when users say they are using experienced plans but the word "experienced" is not in the file path.
Current behavior: when using the
cli
this check causes an error -- the input path is stored as POSIX path (not iterable) rather than string, so the check cannot be completed.Proposed fix: coerce the input plans path to string when checking for patterns.