We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7f80b commit 7721691Copy full SHA for 7721691
pylint_django/checkers/django_installed.py
@@ -26,5 +26,5 @@ def open(self):
26
except ImportError:
27
# mild hack: this error is added before any modules have been inspected
28
# so we need to set some kind of value to prevent the linter failing to it
29
- self.linter.set_current_module('project global')
+ self.linter.set_current_module('pylint_django')
30
self.add_message('django-not-available')
0 commit comments