You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Don't read and check targetNumIDs file on v7 import (#17)
Apparently old management does not remove entries in targetNumIDs when a
target is unmapped. So targets and targetNumIDs might have different
length, which would fail the check on the import process.
Since targetNumIDs is not used at all for the import, it can as well
just be ignored.
0 commit comments