You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:10:27 UTC

[buildstream] 08/21: CASBasedDirectory: Import '.'

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jmac/cas_to_cas_oct
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4a9924b5f974751c3c18031068e8a4211b029683
Author: Jim MacArthur <ji...@codethink.co.uk>
AuthorDate: Tue Oct 23 17:58:07 2018 +0100

    CASBasedDirectory: Import '.'
---
 buildstream/storage/_casbaseddirectory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildstream/storage/_casbaseddirectory.py b/buildstream/storage/_casbaseddirectory.py
index e44be6b..a418816 100644
--- a/buildstream/storage/_casbaseddirectory.py
+++ b/buildstream/storage/_casbaseddirectory.py
@@ -617,7 +617,7 @@ class CasBasedDirectory(Directory):
         result = FileListResult()
         processed_directories = set()
         for f in files:
-            if f == ".": continue
+            #if f == ".": continue
             fullname = os.path.join(path_prefix, f)
             components = f.split(os.path.sep)
             if len(components)>1: