arifeuer/cs169ocf

View on GitHub

Showing 1 of 1 total issue

Avoid deeply nested control flow statements.
Open

                if field in n.text:
                    for a in n.paragraphs:
                        if field in a.text:
                            a.text = a.text.replace(field, FIELDS[field]) 

Severity: Major
Found in lib/STC_generate.py - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language