From e75958a1f1c0d0d493e08ff9ed6f3144a8fd616d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Aug 2012 12:11:18 +0530 Subject: [PATCH] ... --- src/calibre/gui2/metadata/single.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/metadata/single.py b/src/calibre/gui2/metadata/single.py index 6089b5422b..54067f4c0f 100644 --- a/src/calibre/gui2/metadata/single.py +++ b/src/calibre/gui2/metadata/single.py @@ -321,7 +321,7 @@ class MetadataSingleDialogBase(ResizableDialog): _('Could not open %s. Is it being used by another' ' program?')%fname, det_msg=traceback.format_exc(), show=True) - return False + return if mi is None: return cdata = None