Commit Graph

1 Commits (a36caca9f68a7567005e8cfd71ce4e03f3a20027)

Author SHA1 Message Date
Sam Doran 1e3b704ff1
Prevent duplicate entries in rhsm_repository module (#48107)
* Complie regular expressions for better performance

* Skip on empty lines

This fixes a bug where the previous repo would be inserted in the result twice since an empty line did not match any of the conditions that would exit the loop iteration.
6 years ago