mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fixed bad indent
This commit is contained in:
parent
48daa49556
commit
e6abff1251
@ -192,7 +192,7 @@ class ClientRepository(ClientRepositoryBase):
|
|||||||
classDef = dclass.getClassDef()
|
classDef = dclass.getClassDef()
|
||||||
if classDef == None:
|
if classDef == None:
|
||||||
self.notify.error("Could not create an undefined %s object." % (
|
self.notify.error("Could not create an undefined %s object." % (
|
||||||
dclass.getName()))
|
dclass.getName()))
|
||||||
distObj = classDef(self)
|
distObj = classDef(self)
|
||||||
distObj.dclass = dclass
|
distObj.dclass = dclass
|
||||||
# Assign it an Id
|
# Assign it an Id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user