diff --git a/pylinter.py b/pylinter.py index 6f3f23e..a1c7f68 100755 --- a/pylinter.py +++ b/pylinter.py @@ -529,7 +529,8 @@ def process_errors(self, lines, errlines): # instance, trying to disable a messaage id that does not exist if len(errlines) > 1: err = errlines[-2] - if not err.startswith("No config file found"): + if (not err.startswith("No config file found") and + not err.startswith("Using config file")): sublime.error_message("Fatal pylint error:\n%s" % (errlines[-2])) for line in lines: