Remove an unused variable

This commit is contained in:
Bo Maryniuk 2016-04-26 17:57:09 +02:00
parent 6869ebc557
commit 2c94eb016f

View file

@ -440,7 +440,7 @@ def _get_repo_info(alias, repos_cfg=None):
if val == 'NONE':
ret[key] = None
return ret
except (ValueError, configparser.NoSectionError) as error:
except (ValueError, configparser.NoSectionError):
return {}