From 7d7f2025b7bf4c42dfa085ae34fba9f80b4e40a7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 26 Jun 2018 19:12:35 +0200 Subject: [PATCH] Fix copy/paste mistake --- python/servo/post_build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index d89a8af458a..84c927bb8cc 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -103,7 +103,7 @@ class PostBuildCommands(CommandBase): ] args = [self.android_adb_path(env)] if emulator and usb: - print("Cannot install to both emulator and USB at the same time.") + print("Cannot run in both emulator and USB at the same time.") return 1 if emulator: args += ["-e"]