Merge "Fix test failures in releasetools" into main

This commit is contained in:
Treehugger Robot
2023-07-27 18:07:47 +00:00
committed by Gerrit Code Review

View File

@@ -1429,7 +1429,7 @@ def ResolveAVBSigningPathArgs(split_args):
if os.path.exists(new_path):
return new_path
raise ExternalError(
"Failed to find {}".format(new_path))
"Failed to find {}".format(path))
if not split_args:
return split_args