]> git.decadent.org.uk Git - dak.git/commitdiff
make_overrides
authorJoerg Jaspert <joerg@debian.org>
Sat, 24 Jan 2009 15:27:13 +0000 (16:27 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 24 Jan 2009 15:27:13 +0000 (16:27 +0100)
simple remove of two unneeded ;

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/make_overrides.py

index 1087ce286784d57110c1e51faef6450fd3ef8188..2ed4f4bafeabac1fec9f84da65b4776402d341fb 100755 (executable)
@@ -105,13 +105,13 @@ def main ():
         override_suite = Cnf["Suite::%s::OverrideCodeName" % (suite)]
         for component in Cnf.SubTree("Component").List():
             if component == "mixed":
-                continue; # Ick
+                continue # Ick
             for otype in Cnf.ValueList("OverrideType"):
                 if otype == "deb":
                     suffix = ""
                 elif otype == "udeb":
                     if component == "contrib":
-                        continue; # Ick2
+                        continue # Ick2
                     suffix = ".debian-installer"
                 elif otype == "dsc":
                     suffix = ".src"