forked from platformio/platformio-core
Update tests according new development platforms architecture // Issue #479
This commit is contained in:
@@ -125,6 +125,7 @@ class PlatformFactory(object):
|
||||
name, requirements)
|
||||
if _manifest:
|
||||
platform_dir = dirname(_manifest['_manifest_path'])
|
||||
|
||||
if not platform_dir:
|
||||
raise exception.UnknownPlatform(
|
||||
name if not requirements else "%s@%s" % (name, requirements))
|
||||
|
Reference in New Issue
Block a user