Unable to setup configuration path on Windows OS
BlueRhino opened this issue · 0 comments
BlueRhino commented
BabySploit/babysploit/configuration.py
Line 19 in 1160cf1
os.mkdir
can not cretae directory recursively.It is better to use the os.makedirs
method