dashboard/core/analog.py
Showing 1 of 1 total issue
Function search_port
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
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):
- Read upRead up