Browse Source

fixed bad indent

Darren Ranalli 19 years ago
parent
commit
e6abff1251
1 changed files with 1 additions and 1 deletions
  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()
             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