File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pebble_tool/commands/sdk/project Expand file tree Collapse file tree 1 file changed +2
-1
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
You can’t perform that action at this time.
0 commit comments