forked from openlp/openlp
Fix comment location
This commit is contained in:
parent
614dc2648b
commit
1717e4fa4c
@ -59,7 +59,8 @@ class MediaShoutImport(SongImport):
|
|||||||
try:
|
try:
|
||||||
conn = pyodbc.connect(u'DRIVER={Microsoft Access Driver (*.mdb)};'
|
conn = pyodbc.connect(u'DRIVER={Microsoft Access Driver (*.mdb)};'
|
||||||
u'DBQ=%s;PWD=6NOZ4eHK7k' % self.importSource)
|
u'DBQ=%s;PWD=6NOZ4eHK7k' % self.importSource)
|
||||||
except: # Unfortunately no specific exception type
|
except:
|
||||||
|
# Unfortunately no specific exception type
|
||||||
self.logError(self.importSource,
|
self.logError(self.importSource,
|
||||||
translate('SongsPlugin.MediaShoutImport',
|
translate('SongsPlugin.MediaShoutImport',
|
||||||
'Unable to open the MediaShout database.'))
|
'Unable to open the MediaShout database.'))
|
||||||
|
Loading…
Reference in New Issue
Block a user