Skip to content

Commit fc9e9a3

Browse files
mchehabJonathan Corbet
authored andcommitted
tools/docs/get_abi.py: fix get_abi library directory
changeset a5dd930 ("docs: move get_abi.py to tools/docs") moved the script location, but didn't update library location, causing it to fail. Fixes: a5dd930 ("docs: move get_abi.py to tools/docs") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <3839bc4db2d5c7e14dd2686876a2c7b5d72a46cd.1762523688.git.mchehab+huawei@kernel.org>
1 parent d69a03a commit fc9e9a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docs/get_abi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Import Python modules
1616

17-
LIB_DIR = "lib/abi"
17+
LIB_DIR = "../../scripts/lib/abi"
1818
SRC_DIR = os.path.dirname(os.path.realpath(__file__))
1919

2020
sys.path.insert(0, os.path.join(SRC_DIR, LIB_DIR))

0 commit comments

Comments
 (0)