Browse Source

fixed bad indent

Darren Ranalli 19 năm trước cách đây
mục cha
commit
e6abff1251
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      direct/src/distributed/ClientRepository.py

+ 1 - 1
direct/src/distributed/ClientRepository.py

@@ -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