Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to read --project-list file from local path
The import-goal --project-list option currently only supports URLs but the requests library doesn't support the file:// protocol: psf/requests#2732 This change adds the ability to read a file path for --project-list instead of rely on URL in case you have a locally modified projects.yaml. Change-Id: I584534fb32f42e5d78941637285623ad96cf79c3 Story: 2003653 Task: 26066
- Loading branch information