mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
removing extraneous global declaration
This commit is contained in:
parent
eae96a4738
commit
a679de3541
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user