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

Commit 597e6c76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Print better error when a custom image input file is missing" into main

parents a2749b33 2cecb916
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ def AddCustomImages(output_zip, partition_name, image_list):

  default = os.path.join(OPTIONS.input_tmp, "IMAGES", partition_name + ".img")
  assert os.path.exists(default), \
      "There should be one %s.img" % (partition_name)
      "Can't find %s for image %s" % (default, partition_name)
  return default