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

Commit 0c8b7efd authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix test failures in releasetools" into main

parents e74d66b4 43df0805
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