EventGhost/EventGhost

View on GitHub
eg/Classes/AddEventDialog.py

Summary

Maintainability
A
2 hrs
Test Coverage

Function Configure has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def Configure(self, parent):
        global gLastSelected
        self.resultData = None
        super(AddEventDialog, self).__init__(
            parent=parent, id=wx.ID_ANY, title=Text.title,
Severity: Major
Found in eg/Classes/AddEventDialog.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status