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

Commit 1f504002 authored by Geremy Condra's avatar Geremy Condra
Browse files

Fix a misnamed variable to fix the build.

Change-Id: Ia69d48ace0a6c10c5e6ea06714e52b8c937e213f
parent fd6f7513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ def BuildImage(in_dir, prop_dict, out_file):
      return False

  if run_fsck and prop_dict.get("skip_fsck") != "true":
    success, unsparse_image_path = UnsparseImage(out_file)
    success, unsparse_image = UnsparseImage(out_file)
    if not success:
      return False