Removing an asset from mapfs.yaml breaks splitting due to the self.files.get(name) is not None assertion. Ideally asset stacks should declare mapfs.yaml that overrides this one, and the one in splat_ext is used only for splitting. It should probably be in ver, too
Removing an asset from mapfs.yaml breaks splitting due to the
self.files.get(name) is not Noneassertion. Ideally asset stacks should declare mapfs.yaml that overrides this one, and the one in splat_ext is used only for splitting. It should probably be in ver, too