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.
2 parents 6383d0e + 68b1acb commit d8bf00fCopy full SHA for d8bf00f
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