mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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
|
rVal = None
|
||||||
try:
|
try:
|
||||||
__report_indent += 1
|
__report_indent += 1
|
||||||
global rVal
|
|
||||||
rVal = f(*args,**kwargs)
|
rVal = f(*args,**kwargs)
|
||||||
finally:
|
finally:
|
||||||
__report_indent -= 1
|
__report_indent -= 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user