Skip to content
  • Angelos Evripiotis's avatar
    _project::_find_project_dir: fix error message · 7368f569
    Angelos Evripiotis authored and Angelos Evripiotis's avatar Angelos Evripiotis committed
    Now that we are also looking for WORKSPACE_PROJECT_FILE, we should add
    it to the error message. While we're there, also mention the directory
    we are looking in - this could help scripters be clear about what went
    wrong.
    
    The new error message looks like this:
    
        Error loading project: None of ['project.conf', '.bstproject.yaml']
        found in '/src/temp/blah' or any of its parent directories
    7368f569