Skip to content

Commit dd1770f

Browse files
Merge pull request #840 from bridadan/no_hardcode_pelion_host
Do not force pelion host address if not present
2 parents c2878fe + 3684414 commit dd1770f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mbed/mbed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,8 +3013,6 @@ def dev_mgmt(toolchain=None, target=None, source=False, profile=False, build=Fal
30133013
args += (['--mcu', target] if target else [])
30143014
args += (['--build', build_path] if build_path else [])
30153015
env = program.get_env()
3016-
if "MBED_CLOUD_SDK_HOST" not in env:
3017-
env["MBED_CLOUD_SDK_HOST"] = "https://api.us-east-1.mbedcloud.com"
30183016
popen([python_cmd, '-u', script]
30193017
+ args
30203018
+ list(chain.from_iterable(zip(repeat('--source'), source or []))),

0 commit comments

Comments
 (0)