This commit is contained in:
Ivan Kravets
2022-05-18 22:28:05 +03:00
parent 7badd54c89
commit 2e2735a49c

View File

@ -30,7 +30,7 @@ class PlatformFactory(object):
return "%sPlatform" % name.lower().capitalize()
@staticmethod
def load_platform_module(cls, name, path):
def load_platform_module(name, path):
# support for legacy dev-platforms
sys.modules["platformio.managers.platform"] = base
try: