repository/__init__.py Removed unused variable
This variable is not used.
This commit is contained in:
parent
e496525b8b
commit
2248a85f64
@ -65,7 +65,7 @@ class Repository:
|
|||||||
config = account.getconfig()
|
config = account.getconfig()
|
||||||
try:
|
try:
|
||||||
repostype = config.get('Repository ' + name, 'type').strip()
|
repostype = config.get('Repository ' + name, 'type').strip()
|
||||||
except NoSectionError as e:
|
except NoSectionError:
|
||||||
errstr = ("Could not find section '%s' in configuration. Required "
|
errstr = ("Could not find section '%s' in configuration. Required "
|
||||||
"for account '%s'." % ('Repository %s' % name, account))
|
"for account '%s'." % ('Repository %s' % name, account))
|
||||||
six.reraise(OfflineImapError,
|
six.reraise(OfflineImapError,
|
||||||
|
Loading…
Reference in New Issue
Block a user