We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6924fa commit 42b5044Copy full SHA for 42b5044
1 file changed
linter.py
@@ -52,7 +52,7 @@ def check(self, code, filename):
52
53
self.build_options(options, type_map, transform=lambda s: s.replace('-', '_'))
54
55
- if persist.settings.get('debug'):
+ if persist.debug_mode():
56
persist.printf('{} options: {}'.format(self.name, options))
57
58
checker = self.module.StyleGuide(**options)
0 commit comments