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

Commit 97a5afe0 authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Fix test flake

Test: th
Bug: 289013326
Change-Id: Ib233978ff861b010bdc3bd1a02ea9baefe6a3489
parent 571cd077
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