#4181 Fix a typo in the kiwi image type attribute override patch
Merged 8 months ago by tkopecek. Opened 8 months ago by adamwill.
adamwill/koji kiwi-override-typo  into  master

file modified
+1 -1
@@ -389,7 +389,7 @@ 

              '--description', os.path.join(os.path.basename(scmsrcdir), base_path),

              '--target-dir', target_dir,

          ])

-         for typeattr in self.opts.get('type_attr', [])::

+         for typeattr in self.opts.get('type_attr', []):

              cmd.extend(['--set-type-attr', typeattr])

          rv = broot.mock(['--cwd', broot.tmpdir(within=True), '--chroot', '--'] + cmd)

          if rv:

This colon was duplicated, which is syntactically invalid and
prevents the file from loading at all.

Signed-off-by: Adam Williamson awilliam@redhat.com

+1 from me as well, fixes make test-rpm :)

Commit faf3d93 fixes this pull-request

Pull-Request has been merged by tkopecek

8 months ago
Metadata