Jim MacArthur pushed to branch jmac/cas_to_cas at BuildStream / buildstream
Commits:
-
55b237e6
by Jim MacArthur at 2018-09-25T11:39:16Z
1 changed file:
Changes:
... | ... | @@ -292,6 +292,8 @@ class CasBasedDirectory(Directory): |
292 | 292 |
|
293 | 293 |
If a symlink target doesn't exist, it will attempt to create it
|
294 | 294 |
as a directory as long as it's within this directory tree.
|
295 |
+ Return value: a CasBasedDirectory.
|
|
296 |
+ |
|
295 | 297 |
"""
|
296 | 298 |
|
297 | 299 |
if isinstance(self.index[name].buildstream_object, Directory):
|
... | ... | @@ -746,7 +748,7 @@ class CasBasedDirectory(Directory): |
746 | 748 |
filelist.append(k)
|
747 | 749 |
print("Add file {}".format(k))
|
748 | 750 |
else:
|
749 |
- print("Unrecognised entry! {}".format(k))
|
|
751 |
+ print("list_relative_paths: Unrecognised entry! {}".format(k))
|
|
750 | 752 |
return filelist
|
751 | 753 |
|
752 | 754 |
def recalculate_hash(self):
|