Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 8, 2021
1 parent b04bb2b commit 8afe4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/builder/tools/piolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def src_dir(self):
d = os.path.join(self.path, name)
if os.path.isdir(d):
return d
return None
return self.path

def get_include_dirs(self):
items = []
Expand Down

0 comments on commit 8afe4ba

Please sign in to comment.