mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 02:54:25 +02:00
Typo fix
This commit is contained in:
@@ -30,7 +30,7 @@ class PlatformFactory(object):
|
|||||||
return "%sPlatform" % name.lower().capitalize()
|
return "%sPlatform" % name.lower().capitalize()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_platform_module(cls, name, path):
|
def load_platform_module(name, path):
|
||||||
# support for legacy dev-platforms
|
# support for legacy dev-platforms
|
||||||
sys.modules["platformio.managers.platform"] = base
|
sys.modules["platformio.managers.platform"] = base
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user