From e91fe2720b3bebd31df829dbd2a3f0fe4562fec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20=E2=80=9CFreso=E2=80=9D=20S=2E=20Olesen?= Date: Wed, 13 Feb 2019 14:35:34 +0100 Subject: [PATCH] command.mblookup: Fix misaligned output. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only three spaces before "Barcode" instead of four. Signed-off-by: Frederik “Freso” S. Olesen --- whipper/command/mblookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/command/mblookup.py b/whipper/command/mblookup.py index e8e7c60..c72e938 100644 --- a/whipper/command/mblookup.py +++ b/whipper/command/mblookup.py @@ -35,7 +35,7 @@ Example disc id: KnpGsLhvH.lPrNc1PBL21lb9Bg4-""" if md.catalogNumber: print(' Cat no: %s' % md.catalogNumber) if md.barcode: - print(' Barcode: %s' % md.barcode) + print(' Barcode: %s' % md.barcode) for j, track in enumerate(md.tracks): print(' Track %2d: %s - %s' % (