Fix reporting of multiple detected eggs
It was failing with if len(eggv) > 1: > raise ValueError('egg %s is present multiple times: %s' % (egg, eggv)) E NameError: name 'egg' is not defined I hit this for real when trying to build multiple SRs on the same Theia.
Showing
Please register or sign in to comment