Disable platform auto-update (temporary)

This commit is contained in:
Ivan Kravets
2016-05-27 12:35:20 +03:00
parent 9a1f1ddb8b
commit 567f9c06cc

View File

@ -72,6 +72,8 @@ class PlatformManager(PackageManager):
raise NotImplementedError()
def is_outdated(self, name, version):
# @TODO disable auto-update temporary
return False
raise NotImplementedError()
def get_installed_boards(self):