We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75900ee commit 68b1acbCopy full SHA for 68b1acb
mbed/mbed.py
@@ -1484,7 +1484,7 @@ def check_requirements(self, show_warning=False):
1484
def post_action(self):
1485
mbed_tools_path = self.get_tools_dir()
1486
1487
- if not mbed_tools_path and (self.is_classic or os.path.exists(os.path.join(self.path, Cfg.file))):
+ if not mbed_tools_path and self.is_classic:
1488
self.add_tools(os.path.join(self.path, '.temp'))
1489
1490
0 commit comments