From 97e56d63e56170ff8d93ef30c2251bdb8b9c9746 Mon Sep 17 00:00:00 2001 From: Harvir Date: Thu, 14 Aug 2014 22:53:48 +0100 Subject: [PATCH] air: Fix indentation. --- direct/src/distributed/AstronInternalRepository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/AstronInternalRepository.py b/direct/src/distributed/AstronInternalRepository.py index ce562a703d..619a25bbe2 100644 --- a/direct/src/distributed/AstronInternalRepository.py +++ b/direct/src/distributed/AstronInternalRepository.py @@ -426,7 +426,7 @@ class AstronInternalRepository(ConnectionRepository): do.doId = doId self.addDOToTables(do, location=(parentId, zoneId)) do.sendGenerateWithRequired(self, parentId, zoneId, optionalFields) - do.generate() + do.generate() def requestDelete(self, do): """