On 02/28/11 02:46 PM, Danek Duvall wrote:
The code looks fine, but "130: 9:" is similarly inscrutable.  I'd rather
see something like

     error: invalid syntax on line 130, column 9, in modules/client/actuator.py:
     Text:         }

This is as close as it gets:

error: invalid syntax
line 130, column 9, in modules/client/actuator.py:
        }


The original exception value that's handed back to us is unfortunately a list of strings and/or tuples. It's probably safe to assume that all of the tuples are filename, line, column, code, but everything else needs to be blindly printed.

-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to