Commit 5db45ae3 authored by Shareef Jalloq's avatar Shareef Jalloq
Browse files

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.
parent 108fa2d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment