Skip to content

Commit e330385

Browse files
committed
Fix printing of detected targets for mbed detect
1 parent 974f52a commit e330385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ def detect():
25782578
env = program.get_env()
25792579

25802580
try:
2581-
pquery([python_cmd, '-u', os.path.join(tools_dir, 'detect_targets.py')]
2581+
popen([python_cmd, '-u', os.path.join(tools_dir, 'detect_targets.py')]
25822582
+ args,
25832583
env=env)
25842584
except ProcessException as e:

0 commit comments

Comments
 (0)