The .gitmodules "vijay" submodule points at src/modules/backend/autoseg/vijay, a path that no longer exists (layout is PyReconstruct/…, no src/). The code is vendored and no gitlink remains, so git submodule update --init just creates a phantom path. Remove the stale entry (the file's only one). Fix is ready on branch chore/remove-stale-gitmodules.
The
.gitmodules"vijay" submodule points atsrc/modules/backend/autoseg/vijay, a path that no longer exists (layout isPyReconstruct/…, nosrc/). The code is vendored and no gitlink remains, sogit submodule update --initjust creates a phantom path. Remove the stale entry (the file's only one). Fix is ready on branchchore/remove-stale-gitmodules.