Open andyneff opened 8 years ago
All of the mkpath calls should be replaced with os.makedirs, checking os.exists first
mkpath
os.makedirs
os.exists
All of the
mkpath
calls should be replaced withos.makedirs
, checkingos.exists
first