Skip to content

Commit

Permalink
pep8 !wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Nov 18, 2017
1 parent 14a0cc2 commit 628da32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eyed3/plugins/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,8 @@ def printTag(self, tag):
else:
total_bytes = 30
if total_bytes:
printMsg("%s%s (%d bytes)" % (fid.decode("ascii"), count,
total_bytes))
printMsg("%s%s (%d bytes)" % (fid.decode("ascii"),
count, total_bytes))
printMsg("%d bytes unused (padding)" %
(tag.file_info.tag_padding_size, ))
else:
Expand Down

0 comments on commit 628da32

Please sign in to comment.