From 0b98d42ceb59aa60e075c1197d5be7218339a827 Mon Sep 17 00:00:00 2001 From: Thomas Coldrick Date: Fri, 22 Jun 2018 09:13:06 +0100 Subject: Fix trailing whitespace in element.py --- buildstream/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstream/element.py b/buildstream/element.py index d58a88230..89a172070 100644 --- a/buildstream/element.py +++ b/buildstream/element.py @@ -1464,7 +1464,7 @@ class Element(Plugin): .format(e)) raise - + collectdir = os.path.join(sandbox_root, collect.lstrip(os.sep)) if not os.path.exists(collectdir): raise ElementError( -- cgit v1.2.1