From: Harishankar Date: Tue, 7 Dec 2010 08:18:40 +0000 (+0530) Subject: Fixed except statements subtle syntax error X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=commitdiff_plain;h=947a8e5b58859078ab5a260a1664610673ddf0e2;hp=947a8e5b58859078ab5a260a1664610673ddf0e2 Fixed except statements subtle syntax error Now fixed the except statements by wrapping multiple exceptions as a tuple. Earlier the exceptions were not wrapped in parantheses and though not a syntax error, it was not what was intended. ---