[Wisp-cvs] wisp/users/dig .pycheckrc,1.1,1.2
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-04-21 11:34:41
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv32767 Modified Files: .pycheckrc Log Message: badExceptions = 0 in .pycheckrc Index: .pycheckrc =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/.pycheckrc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .pycheckrc 21 Apr 2003 11:28:46 -0000 1.1 +++ .pycheckrc 21 Apr 2003 11:34:38 -0000 1.2 @@ -1,2 +1,5 @@ # First argument to methods methodArgName = 'this' + +# check if raising or catching bad exceptions +badExceptions = 0 |