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