MTG/dunya-desktop

View on GitHub
dunyadesktop_app/widgets/contextmenu.py

Summary

Maintainability
A
0 mins
Test Coverage

Do not use bare 'except'
Open

        except:

When catching exceptions, mention specific exceptions when possible.

Okay: except Exception:
Okay: except BaseException:
E722: except:

No newline at end of file
Open

        self.parent()._rc_remove_triggerred()

Trailing blank lines are superfluous.

Okay: spam(1)
W391: spam(1)\n

However the last line should end with a new line (warning W292).

There are no issues that match your filters.

Category
Status