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

Commit 59f99b31 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix test flake"

parents ef530fdf 97a5afe0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1424,6 +1424,7 @@ def ResolveAVBSigningPathArgs(split_args):
  def ResolveBinaryPath(path):
    if os.path.exists(path):
      return path
    if OPTIONS.search_path:
      new_path = os.path.join(OPTIONS.search_path, path)
      if os.path.exists(new_path):
        return new_path