diff options
-rw-r--r-- | ranger/vcs/vcs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ranger/vcs/vcs.py b/ranger/vcs/vcs.py index 6aa21784..4fca48c7 100644 --- a/ranger/vcs/vcs.py +++ b/ranger/vcs/vcs.py @@ -23,8 +23,7 @@ from datetime import datetime class VcsError(Exception): - def __init__(self, msg): - super().__init__(msg) + pass class Vcs(object): |