--- a/Utilities/ClassBrowsers/pyclbr.py Sat Apr 26 10:06:49 2014 +0200 +++ b/Utilities/ClassBrowsers/pyclbr.py Sat Apr 26 10:36:09 2014 +0200 @@ -313,7 +313,7 @@ if thisindent > conditionalsstack[-1]: if not deltaindentcalculated: deltastack.append(thisindent - conditionalsstack[-1]) - deltaindent = reduce(lambda x, y: x + y, deltastack) + deltaindent = reduce(lambda x, y: x + y, deltastack) deltaindentcalculated = 1 thisindent -= deltaindent else: