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

Commit ae91c7f8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I5ecba70c into eclair

* changes:
  add missing comma
parents 35b84b28 5ecba70c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ def ParseOptions(argv,
      OPTIONS.search_path = a
    elif o in ("-s", "--device_specific"):
      OPTIONS.device_specific = a
    elif o in ("-x" "--extra"):
    elif o in ("-x", "--extra"):
      key, value = a.split("=", 1)
      OPTIONS.extras[key] = value
    else: