summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/vcs/vcs.py3
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):