зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1867990 - Fix black lint failures on mach_commands.py r=fix CLOSED TREE
This commit is contained in:
Родитель
0a61f5d6e0
Коммит
05c2cf288f
|
@ -395,9 +395,15 @@ def run_raptor(command_context, **kwargs):
|
|||
verbose=verbose,
|
||||
xre=True,
|
||||
): # Equivalent to 'run_local' = True.
|
||||
print("****************************************************************************")
|
||||
print("Unable to verify device, please check your attached/connected android device")
|
||||
print("****************************************************************************")
|
||||
print(
|
||||
"****************************************************************************"
|
||||
)
|
||||
print(
|
||||
"Unable to verify device, please check your attached/connected android device"
|
||||
)
|
||||
print(
|
||||
"****************************************************************************"
|
||||
)
|
||||
return 1
|
||||
# Disable fission until geckoview supports fission by default.
|
||||
# Need fission on Android? Use '--setpref fission.autostart=true'
|
||||
|
|
Загрузка…
Ссылка в новой задаче