videomorph-dev/videomorph

View on GitHub
videomorph/forms/about.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function __init__ has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def __init__(self, parent=None):
        """Class initializer."""
        super(AboutVMDialog, self).__init__(parent)
        self.setWindowTitle(self.tr("About"))
        self.resize(500, 404)
Severity: Major
Found in videomorph/forms/about.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status