#4196 flake8 fix
Merged 5 months ago by mikem. Opened 7 months ago by tkopecek.
tkopecek/koji flake8b  into  master

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

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

              if rv:

                  raise koji.GenericError("DUD build failed while getting the involved rpm '{}': {}"

-                       .format(rpm, str(rv)))

+                                         .format(rpm, str(rv)))

  

          # Create the dd directory structure.

          cmd = ['/usr/bin/mkdir']

no initial comment

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

7 months ago

Commit ad221fe fixes this pull-request

Pull-Request has been merged by mikem

5 months ago
Metadata