When we detect a repo has moved (301), we create a new dict of repo table data with the repo_path set to None
This line was last touched in 34d5c7d
We do this without resetting the facade collection state such that it will be cloned fresh next run, which essentially breaks collection/puts facade in a weird state.
When we detect a repo has moved (301), we create a new dict of repo table data with the
repo_pathset toNoneCollectOSS/collectoss/tasks/github/detect_move/core.py
Line 112 in 115b4ee
This line was last touched in 34d5c7d
We do this without resetting the facade collection state such that it will be cloned fresh next run, which essentially breaks collection/puts facade in a weird state.