asphalt-framework/asphalt

View on GitHub
examples/tutorial2/webnotifier/detector.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if old_lines is not None and old_lines != new_lines:
                            self.changed.dispatch(old_lines, new_lines)

Severity: Major
Found in examples/tutorial2/webnotifier/detector.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status