]> git.ipfire.org Git - pbs.git/commitdiff
repos: Add a useless comment
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Mar 2023 18:41:18 +0000 (18:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Mar 2023 18:41:18 +0000 (18:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/repository.py

index 4d9d353057edfd70b4de390ebfbfc177db62add3..1afab15abe7727f64bbbf6a18b2a62d94ee73772 100644 (file)
@@ -253,6 +253,7 @@ class Repository(base.DataObject):
                """
                path = self.backend.path("repos", self.path)
 
+               # Append the architecture
                if arch:
                        path = os.path.join(path, arch)