matiasmenares/Nissboard

View on GitHub
dashboard/core/analog.py

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function search_port has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

def search_port(self, patt, path):
result = []
for root, dirs, files in os.walk(path):
for name in files:
if fnmatch.fnmatch(name, patt):
Severity: Minor
Found in dashboard/core/analog.py - About 35 mins to fix
Category
Status