BLKSerene/Wordless

View on GitHub
utils/wl_generate_acks.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                for j, cell in enumerate(row):
                    for cell_tr, trs in ACKS_TRS.items():
                        if cell == cell_tr:
                            row[j] = trs[i - 1]

Severity: Major
Found in utils/wl_generate_acks.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status