Skip to content

Commit

Permalink
Merge pull request #17 from mark0978/patch-1
Browse files Browse the repository at this point in the history
Fix messaging around the InvalidURI exception
  • Loading branch information
mmerickel committed Oct 10, 2017
2 parents c81aabe + f474aeb commit a7e5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plaster/uri.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def parse_uri(config_uri):
if not scheme:
raise InvalidURI(config_uri, (
'Could not determine the loader scheme for the supplied '
'config_uri.'))
'config_uri "{0}"'.format(config_uri)))

return PlasterURL(
scheme=scheme,
Expand Down

0 comments on commit a7e5b14

Please sign in to comment.