We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1cb62 commit 66b0770Copy full SHA for 66b0770
1 file changed
pep8.py
@@ -1637,7 +1637,7 @@ def input_dir(self, dirname):
1637
for filename in sorted(files):
1638
# contain a pattern that matches?
1639
if ((filename_match(filename, filepatterns) and
1640
- not self.excluded(filename))):
+ not self.excluded(os.path.join(root, filename)))):
1641
runner(os.path.join(root, filename))
1642
1643
def excluded(self, filename):
0 commit comments