]> git.decadent.org.uk Git - dak.git/blobdiff - dak/generate_releases.py
Fix exception handling in process-new.
[dak.git] / dak / generate_releases.py
index 91d870722ec092f1241dbbc53254ce7632f8a89d..39a76203967de8fbab9bd379e7a130cdab2ea685 100755 (executable)
@@ -160,7 +160,7 @@ class ReleaseWriter(object):
             if getattr(suite, dbfield) is not None:
                 # TEMPORARY HACK HACK HACK until we change the way we store the suite names etc
                 if key == 'Suite' and getattr(suite, dbfield) == 'squeeze-updates':
-                    out.write("Suite: stable-updates\n"
+                    out.write("Suite: stable-updates\n")
                 else:
                     out.write("%s: %s\n" % (key, getattr(suite, dbfield)))