1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

sanity: check_path_length: replace tab with 8 spaces

(From OE-Core rev: de3f2367c46a213d07d834c7e874d2a4a0697026)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa
2013-02-18 23:20:11 +00:00
committed by Richard Purdie
parent ec4c1ee435
commit d10a2f9199
+1 -1
View File
@@ -226,7 +226,7 @@ def check_create_long_filename(filepath, pathname):
def check_path_length(filepath, pathname, limit):
if len(filepath) > limit:
return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname
return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname
return ""
def check_connectivity(d):