We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecf872 commit 7fc3571Copy full SHA for 7fc3571
scripts/mbedtls_framework/abi_check.py
@@ -550,7 +550,7 @@ def check_for_abi_changes(self):
550
"""Generate a report of ABI differences
551
between self.old_rev and self.new_rev."""
552
try:
553
- build_tree.check_repo_path()
+ build_tree.chdir_to_root()
554
if self.check_api or self.check_abi:
555
self.check_abi_tools_are_installed()
556
self._get_abi_dump_for_ref(self.old_version)
0 commit comments