]> git.decadent.org.uk Git - dak.git/commitdiff
Fix indentation
authorLuca Falavigna <dktrkranz@debian.org>
Tue, 22 Jun 2010 07:19:04 +0000 (07:19 +0000)
committerLuca Falavigna <dktrkranz@debian.org>
Tue, 22 Jun 2010 07:19:57 +0000 (07:19 +0000)
Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
daklib/queue.py

index bd6560be2494378d79016eceded04693bf014dd8..58fdf7f3115acc306807405457aa88386cf87881 100755 (executable)
@@ -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():