[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 4/4] Fix indentation



Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
---
 daklib/queue.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index bd6560b..58fdf7f 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -1899,8 +1899,8 @@ distribution."""
                     # Make sure that our source object is up-to-date
                     session.expire(source)
 
-            # Add changelog information to the database
-            self.store_changelog()
+        # Add changelog information to the database
+        self.store_changelog()
 
         # Install the files into the pool
         for newfile, entry in self.pkg.files.items():
-- 
1.7.1


Reply to: