diff --git a/whipper/command/cd.py b/whipper/command/cd.py index ec17722..c46e863 100644 --- a/whipper/command/cd.py +++ b/whipper/command/cd.py @@ -472,7 +472,7 @@ Log files will log the path to tracks relative to this directory. for i, track in enumerate(self.itable.tracks): # FIXME: rip data tracks differently if not track.audio: - print 'skipping data track %d, not implemented' % (i + 1) + print('skipping data track %d, not implemented' % (i + 1)) # FIXME: make it work for now track.indexes[1].relative = 0 continue