This commit is contained in:
Kovid Goyal 2012-08-14 12:11:18 +05:30
parent 09495f1840
commit e75958a1f1

View File

@ -321,7 +321,7 @@ class MetadataSingleDialogBase(ResizableDialog):
_('Could not open %s. Is it being used by another' _('Could not open %s. Is it being used by another'
' program?')%fname, det_msg=traceback.format_exc(), ' program?')%fname, det_msg=traceback.format_exc(),
show=True) show=True)
return False return
if mi is None: if mi is None:
return return
cdata = None cdata = None