Fix copy/paste mistake

This commit is contained in:
Simon Sapin 2018-06-26 19:12:35 +02:00
parent 3c992af8a1
commit 7d7f2025b7

View file

@ -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"]