From 62f924c74d6b01538f92d88e2eb3fea3e601a471 Mon Sep 17 00:00:00 2001 From: michaelgrigoryan25 <56165400+michaelgrigoryan25@users.noreply.github.com> Date: Mon, 22 May 2023 19:16:53 +0400 Subject: [PATCH] Patched a bug --- python/servo/package_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 186b21fbae9..c9d0832431e 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -434,7 +434,7 @@ class PackageCommands(CommandBase): except BuildNotFound: print("Rebuilding Servo did not solve the missing build problem.") return 1 - elif android: + if android: pkg_path = self.get_apk_path(release) exec_command = [self.android_adb_path(env)] if emulator and usb: