Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 1, 2024
1 parent 215e4b5 commit 3bb92a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/api/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
if env_options.Options.get(env_options.Options.CLI_LOCAL_MODE):
from sky import core
setattr(core, 'get', lambda args: args)
setattr(core, 'stream_and_get', lambda args: args)
sdk = core
else:
sdk = sdk_lib
Expand Down

0 comments on commit 3bb92a6

Please sign in to comment.