Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
589 stars 74 forks source link

Fixed subdirectory creation when extracting. #1

Closed bloodyshade closed 10 years ago

bloodyshade commented 10 years ago

Changed the make_directory_structure function to use os.path.makedirs, which recursively creates the directory structure rather than iterating over the directory list (which was also broken).

Also removed some leftover tabs on otherwise empty lines.

Lattyware commented 10 years ago

Great, much cleaner - thanks.