We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3b0a47 + baa2355 commit 6cb3189Copy full SHA for 6cb3189
linter.py
@@ -46,7 +46,7 @@ def cmd(self):
46
paths = settings['paths']
47
if paths:
48
commands = ['import sys'] + [
49
- 'sys.path.append({!r})'.format(path)
+ "sys.path.append('{}')".format(path)
50
for path in paths
51
]
52
settings['init-hook'] = commands
0 commit comments