Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csmock: fix insufficient regex escaping in extra_build_repos()
... to eliminate the following warning on Fedora 39: ``` % csmock -l /usr/bin/csmock:180: SyntaxWarning: invalid escape sequence '\.' m = re.match("^.*/(.*\.module\\+el.*)\\.src\\.rpm$", srpm) coverity Proprietary static analyzer providing good signal-to-noise ratio for multiple programming languages. gcc Plugin capturing GCC warnings, optionally with customized compiler flags. ``` Reported-by: Lukáš Zaoral Closes: #143
- Loading branch information