Skip to content

Commit

Permalink
Merge branch 'hotfix/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscz committed Jan 2, 2017
2 parents 987f0bc + 695bb28 commit e703927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pysorter/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def move(source, dest, tree):


for (src, dst) in move_tuples:
print("*** MOVE", src, '-->', dst)
move(src, dst, disk_tree)


Expand Down Expand Up @@ -267,7 +266,6 @@ def _paths_to_tree(paths):
>>> _paths_to_tree(['hello/cruel/world', 'hello/cruel/earth/africa'])
{'hello': {'cruel': {'world': None, 'earth': {'africa': None}}}}
"""
print("PATHS", paths)

tree = {}

Expand Down
2 changes: 1 addition & 1 deletion pysorter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit e703927

Please sign in to comment.