• Kirill Smelkov's avatar
    Fix reporting of multiple detected eggs · 6bcdd408
    Kirill Smelkov authored
    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.
    6bcdd408
nxdbom_test.py 16.6 KB