mickael9 / fac

Command-line mod manager for Factorio (install, update...)
MIT License
50 stars 17 forks source link

Recursively create config directory. #2

Closed csmith closed 8 years ago

csmith commented 8 years ago

A brand new linux user account may not have a .config directory at all. Trying to create a 'fac' subdirectory using os.mkdir results in a FileNotFoundException.

mickael9 commented 8 years ago

Merged, Thanks