Skip to content

Commit b84cef9

Browse files
committed
Fix minor formatting mistake
1 parent f220628 commit b84cef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def add_directory(
392392
self._ignoreset.add_mbedignore(
393393
real_base, join(root, IGNORE_FILENAME))
394394

395-
root_path =join(relpath(root, base_path))
395+
root_path = join(relpath(root, base_path))
396396
if self._ignoreset.is_ignored(join(root_path,"")):
397397
self.ignore_dir(root_path)
398398
dirs[:] = []

0 commit comments

Comments
 (0)