https://bugs.freedesktop.org/show_bug.cgi?id=30783
--- Comment #6 from Vinson Lee <[email protected]> 2010-10-11 23:50:14 PDT --- Which commit is this copy of mesa? The copy of es_generator.py in comment #0 is missing a comma in line 134. This is the current version in mesa master. mesa: c25fcf5aa5beccd7731706b8f85682170a2eca56 (master) src/mesa/main/es_generator.py 132 try: 133 optlist, args = getopt.getopt(sys.argv[1:], options) 134 except getopt.GetoptError, message: 135 sys.stderr.write("%s: %s. Use -h for help.\n" % (program, message)) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
