On Wed, Feb 6, 2013 at 9:42 PM, Matt Harbison <span dir="ltr"><<a href="mailto:matt_harbison@yahoo.com" target="_blank">matt_harbison@yahoo.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":yq">+            cause=getattr(exc[1], 'cause', None)<br>
+<br>
+            if cause is not None:<br>
+                tbc=traceback.format_tb(cause[2])<br>
+                tbe=traceback.format_tb(exc[2])<br>
+                feo=traceback.format_exception_only(cause[0], cause[1])<br></div></blockquote></div><br>Please fix up the spacing in these lines.<div><br></div><div>Also, "tbc", "tbe", and "feo" are excessively cryptic variable names. Could you please find something a bit more descriptive.</div>