#1726 fix typo in --ignore-tags
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1725  into  master

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

      """

      if options.ignore_tags:

          for pattern in options.ignore_tags:

-             if fnmatch.fnmatch(name, options.tag_filter):

+             if fnmatch.fnmatch(name, pattern):

                  return False

      if options.tag_filter:

          for pattern in options.tag_filter:

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Commit 30917fc fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago