[Notes] [Git][BuildStream/buildstream][mandatory_suffix] tmp



Title: GitLab

Phillip Smyth pushed to branch mandatory_suffix at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_loader/loader.py
    ... ... @@ -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:
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]