Phillip Smyth pushed to branch mandatory_suffix at BuildStream / buildstream
Commits:
-
bdf9f4f5
by Phillip Smyth at 2018-11-30T14:30:18Z
1 changed file:
Changes:
... | ... | @@ -109,7 +109,7 @@ class Loader(): |
109 | 109 |
"path to the base project directory: {}"
|
110 | 110 |
.format(filename, self._basedir))
|
111 | 111 |
|
112 |
- if not filename.endswith(".bst") and not filename.endswith("/"):
|
|
112 |
+ if not filename.endswith(".bst"):
|
|
113 | 113 |
invalid_elements.append(filename)
|
114 | 114 |
|
115 | 115 |
if invalid_elements:
|