disdat
disdat copied to clipboard
bundle data with existing local directory fails
The behavior should be that it is not a file, then ignore it (treat as string).
This fails at the moment b/c we can note when users place local directories in bundles. The thought was to capture when this happens in case they thought links worked on directories.
This isn't a bug, but a semantic issue. If the user passes in a string of an existing directory, then we error. This prevents users from just storing directories as strings. We should resolve this by determining whether the existing semantics are OK for the majority of cases.