Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81282
Collapse All | Expand All

(-)equery.orig (-1 / +1 lines)
Lines 1562-1568 if __name__ == "__main__": Link Here
1562
            else:
1562
            else:
1563
                print_error("Internal portage error, terminating")
1563
                print_error("Internal portage error, terminating")
1564
                if len(e[0]):
1564
                if len(e[0]):
1565
                    print_error(e)
1565
                    print_error(e[0])
1566
            sys.exit(2)
1566
            sys.exit(2)
1567
        except ValueError, e:
1567
        except ValueError, e:
1568
            if e and type(e[0]) == types.ListType:
1568
            if e and type(e[0]) == types.ListType:

Return to bug 81282