summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/path.py')
-rw-r--r--meta/lib/oe/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/path.py b/meta/lib/oe/path.py
index d8eb80225f..da044ba8c8 100644
--- a/meta/lib/oe/path.py
+++ b/meta/lib/oe/path.py
@@ -55,7 +55,7 @@ def make_relative_symlink(path):
55 depth += 1 55 depth += 1
56 56
57 if not ancestor: 57 if not ancestor:
58 print "make_relative_symlink() Error: unable to find the common ancestor of %s and its target" % path 58 print("make_relative_symlink() Error: unable to find the common ancestor of %s and its target" % path)
59 return 59 return
60 60
61 base = link.partition(ancestor)[2].strip('/') 61 base = link.partition(ancestor)[2].strip('/')