wikimedia/pywikibot

View on GitHub
setup.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    with open(include) as g:
                        desc.append(re.sub(pattern[0], pattern[1], g.read()))
                else:  # pragma: no cover
Severity: Major
Found in setup.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status