This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch jmac/cas_to_cas_oct_v2 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 44c5f2e6018fa284275cb6f91fba1b66479cbc37 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 28598b5..d414723 100644 --- a/buildstream/storage/_casbaseddirectory.py +++ b/buildstream/storage/_casbaseddirectory.py @@ -618,7 +618,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:
