myems-api/excelexporters/equipmenttracking.py

Summary

Maintainability
A
1 hr
Test Coverage

Function generate_excel has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def generate_excel(report, space_name, language):
    trans = get_translation(language)
    trans.install()
    _ = trans.gettext
    wb = Workbook()
Severity: Minor
Found in myems-api/excelexporters/equipmenttracking.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status