Skip to content

Commit 350d1d3

Browse files
committed
Fixed recursive 'mbed status'
1 parent b39323d commit 350d1d3

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
@@ -1301,7 +1301,7 @@ def status_(ignore=False):
13011301
for lib in repo.libs:
13021302
if lib.check_repo(ignore):
13031303
with cd(lib.path):
1304-
status(ignore)
1304+
status_(ignore)
13051305

13061306

13071307
# Compile command which invokes the mbed OS native build system

0 commit comments

Comments
 (0)