Skip to content

Commit 9666636

Browse files
committed
Appease reviewers :D
1 parent 5e10555 commit 9666636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mbed/mbed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,7 +2698,7 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False, compi
26982698
dict(name='--source', action='append', help='Source directory. Default: . (current dir)'),
26992699
help='device management supcommand',
27002700
hidden_aliases=['dev-mgmt', 'dm'],
2701-
description=("Manage Device with Palion"))
2701+
description=("Manage Device with Pelion"))
27022702
def dev_mgmt(toolchain=None, target=None, source=False, profile=False, build=False):
27032703
orig_path = getcwd()
27042704
program = Program(getcwd(), True)
@@ -2716,7 +2716,7 @@ def dev_mgmt(toolchain=None, target=None, source=False, profile=False, build=Fal
27162716

27172717
if build:
27182718
build_path = build
2719-
elif not build and target and toolchain:
2719+
elif (not build) and target and toolchain:
27202720
build_path = os.path.join(
27212721
os.path.relpath(program.path, orig_path),
27222722
program.build_dir,

0 commit comments

Comments
 (0)