Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop two repeated entries in file extension lists
The repeated entries in extrapolateCopyFilesFromExtensions lead to the *_copied.json files listing the file twice. As a result, 'clean --copiedRuns ...` tries to remove the file twice, leading to a failure (converted to a logged message as of the last commit, and silently dropped before that).
- Loading branch information