]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/queue.py
Fix indentation
[dak.git] / 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():