Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: use os.makedirs instead of os.mkdir
This commit updates riscof/framework/test to use os.makedirs(..., exists_ok=True) which prevents exceptions being raised when trying to rerun certain CLI commands that don't expect directories to already exist.
- Loading branch information