This is an automated email from the ASF dual-hosted git repository. tvb 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 <[email protected]> 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:
