scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Fixed backup directory not being created #334

Closed sharkwouter closed 8 years ago

sharkwouter commented 8 years ago

Since I encountered https://github.com/scottrice/Ice/issues/325 on SteamOS, I made a pr with this fix. It makes shortcuts_back_path function in configuration.py create the required directories for doing backups.

RobLoach commented 8 years ago

Thanks, ran into this one. Got around it by making the directory before running.

scottrice commented 8 years ago

Thanks for doing this! I actually just finished up a refactor of the backups logic (mostly to add a bunch more tests), so this issue should be fixed now. I actually added a couple tests to make sure this doesnt regress specifically.

Thanks a bunch for contributing though :D.