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

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

Merge "Fix test flake" am: 59f99b31

parents d3bcae72 59f99b31
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