Skip to content

Commit e19d04a

Browse files
committed
Move docs_gen.py script to tools/misc
1 parent 9dffa04 commit e19d04a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tools/docs_gen.py renamed to tools/misc/docs_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def find_namespace(contents):
3535
import sys
3636
from os.path import abspath, dirname, join
3737
# Be sure that the tools directory is in the search path
38-
ROOT = abspath(join(dirname(__file__), ".."))
38+
ROOT = abspath(join(dirname(__file__), "..", ".."))
3939
sys.path.insert(0, ROOT)
4040

4141
from tools.toolchains.gcc import GCC_ARM

0 commit comments

Comments
 (0)