Skip to content

Commit

Permalink
Merge 0614701 into 8655d4b
Browse files Browse the repository at this point in the history
  • Loading branch information
revesansparole committed Aug 29, 2019
2 parents 8655d4b + 0614701 commit 7f15a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkglts/config_management.py
Expand Up @@ -138,7 +138,7 @@ def load_extra(self):
for func_name, func in opt.environment_extensions(self).items():
setattr(self._env.globals[opt_name], func_name, func)
except KeyError:
raise KeyError("option '%s' does not exists" % opt_name)
raise KeyError("option '%s' exists in config but does not appear to be installed" % opt_name)

def installed_options(self, return_sorted=False):
"""List all installed options.
Expand Down

0 comments on commit 7f15a8e

Please sign in to comment.