From 56f811528df0d4ebeed2b361345285aa2362b4ec Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Thu, 20 Feb 2014 21:45:42 +0400 Subject: cue: strip leading and trailing spaces --- cutter/cue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cutter/cue.py b/cutter/cue.py index 0d407c7..2e5c619 100644 --- a/cutter/cue.py +++ b/cutter/cue.py @@ -169,7 +169,7 @@ class CueParser: cur = [] def push(): - lst.append("".join(cur)) + lst.append("".join(cur).strip()) cur[:] = [] for ch in args: -- cgit v1.2.3-70-g09d2