forked from platformio/platformio-core
Typo fix
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user