Skip to content

Commit

Permalink
changed the level
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Durand committed Jan 1, 2016
1 parent 1754648 commit 776f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mii_unpacker/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def unrar_and_link(self):

def recursive_unrar_and_link(self, current_directory):
indent = ""
for i in range(0, self.level - 1):
for i in range(0, self.level):
indent += "\t"

logger.debug("%sEntering : %s" % (indent, current_directory))
Expand Down

0 comments on commit 776f1e3

Please sign in to comment.