IP_USED created by checking open branches
Closed this issue · 2 comments
UnsignedByte commented
Line 21 in 329f40d
Correct me if I'm wrong here, but IP_USED looks at open branches to check if the IP already exists, but when branches are merged to main they will automatically be deleted. Instead, we should probably list folders within the src
directory to check if IP already exists.
UnsignedByte commented
@Aidan-McNay Sorry forgot to @ you here.
Aidan-McNay commented
Yup, you're right, that slipped my mind :') - thanks!