File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88import subprocess
99
1010from pebble_tool .commands .base import PebbleCommand
11- from pebble_tool .sdk import sdk_manager
11+ from pebble_tool .sdk import sdk_manager , add_tools_to_path
1212from pebble_tool .sdk .emulator import ManagedEmulatorTransport
1313from pebble_tool .exceptions import ToolError
1414
@@ -56,6 +56,7 @@ def __call__(self, args):
5656 # We poke around in the ManagedEmulatorTransport, so it's important that we actually have one.
5757 # Just asserting is okay because this should already be enforced by valid_connections.
5858 assert isinstance (self .pebble .transport , ManagedEmulatorTransport )
59+ add_tools_to_path ()
5960
6061 platform = self .pebble .transport .platform
6162 sdk_version = self .pebble .transport .version
Original file line number Diff line number Diff line change 11version_base = (4 , 2 , 0 )
2- version_suffix = 'rc2'
2+ version_suffix = None
33
44if version_suffix is None :
55 __version_info__ = version_base
You can’t perform that action at this time.
0 commit comments