removing extraneous global declaration

This commit is contained in:
Josh Wilson 2009-06-16 23:45:05 +00:00
parent eae96a4738
commit a679de3541

View File

@ -3312,7 +3312,6 @@ def report(types = [], prefix = '', xform = None, notifyFunc = None, dConfigPara
rVal = None
try:
__report_indent += 1
global rVal
rVal = f(*args,**kwargs)
finally:
__report_indent -= 1