Skip to content

Commit

Permalink
Merge pull request #25698 from rallytime/bp-25659
Browse files Browse the repository at this point in the history
Back-port #25659 to 2015.8
  • Loading branch information
Nicole Thomas committed Jul 24, 2015
2 parents b114f37 + a611c86 commit d43abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/zypper.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _get_repo_info(alias, repos_cfg=None):
elif val == 'NONE':
meta[key] = None
return meta
except ValueError:
except (ValueError, configparser.NoSectionError) as error:
return {}


Expand Down

0 comments on commit d43abb4

Please sign in to comment.