Skip to content

Commit

Permalink
reactivated copying code
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Rieck committed Dec 14, 2015
1 parent ca6177a commit 9596b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perplex.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ def copy_rename(mapping, dest):
print "Building file mapping for " + args.dest
mapping = build_map(movies, args.dest)

#print "Copying renamed files to " + args.dest
#copy_rename(mapping, args.dest)
print "Copying renamed files to " + args.dest
copy_rename(mapping, args.dest)

0 comments on commit 9596b54

Please sign in to comment.