Fix comment location

This commit is contained in:
Jonathan Corwin 2012-07-06 07:31:00 +01:00
parent 614dc2648b
commit 1717e4fa4c
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ class MediaShoutImport(SongImport):
try:
conn = pyodbc.connect(u'DRIVER={Microsoft Access Driver (*.mdb)};'
u'DBQ=%s;PWD=6NOZ4eHK7k' % self.importSource)
except: # Unfortunately no specific exception type
except:
# Unfortunately no specific exception type
self.logError(self.importSource,
translate('SongsPlugin.MediaShoutImport',
'Unable to open the MediaShout database.'))