* [PATCH] sanity: check_path_length: replace tab with 8 spaces
@ 2013-02-18 23:20 Martin Jansa
0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2013-02-18 23:20 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta/classes/sanity.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 22a89ea..94c6ce3 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -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):
--
1.8.1.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-18 23:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 23:20 [PATCH] sanity: check_path_length: replace tab with 8 spaces Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox