Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mbed/mbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ def __init__(self, path=None, print_warning=False):
break

self.name = os.path.basename(self.path)
self.is_classic = os.path.isfile(os.path.join(self.path, 'mbed.bld'))
self.is_classic = os.path.isfile(os.path.join(self.path, 'mbed','.bld', 'bldrc'))

# is_cwd flag indicates that current dir is assumed to be root, not root repo
if self.is_cwd and print_warning:
Expand Down