Skip to content

Commit

Permalink
Proper capitalization: little clean
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc committed Mar 28, 2012
1 parent 23af54d commit 3d317cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/musicfile.py
Expand Up @@ -101,8 +101,7 @@ def move_with_condition(self, condition, new_place):
"""
def capitalize_tag(self, tag=None):
for tag in self.tags:
#self.tags[tag] =
print([string.capwords(i) for i in self.tags[tag]])
self.tags[tag] = [string.capwords(i) for i in self.tags[tag]]

"""
save modification to the id3 tag
Expand Down

0 comments on commit 3d317cc

Please sign in to comment.