Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ef6964c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix test failures in releasetools" into main am: 0c8b7efd am: 14f94474

parents 7563d87c 14f94474
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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