summaryrefslogtreecommitdiff
path: root/cueread.py
diff options
context:
space:
mode:
Diffstat (limited to 'cueread.py')
-rw-r--r--cueread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cueread.py b/cueread.py
index 8b6d5d6..902d10c 100644
--- a/cueread.py
+++ b/cueread.py
@@ -47,7 +47,7 @@ for k, v in cue.attrs():
printf("\t%s = %s\n", k, quote(v))
for file in cue.files():
- printf("File %s %s\n", quote(repr(file)), file.type)
+ printf("File %s %s\n", quote(file.name), file.type)
for track in file.tracks():
printf("\tTrack %d\n", track.number)
pregap = track.get("pregap")