Skip to content

Commit

Permalink
Fix the PLP0008 error code
Browse files Browse the repository at this point in the history
fixes #947
  • Loading branch information
barnabycourt committed May 4, 2015
1 parent 993dca2 commit 7c7f795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/pulp/common/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bindings associated with it."),
['repo_id'])
PLP0008 = Error("PLP0008",
_("Error raising error %(code). "
_("Error raising error %(code)s. "
"The field [%(field)s] was not included in the error_data."),
['code', 'field'])
PLP0009 = Error("PLP0009", _("Missing resource(s): %(resources)s"), ['resources'])
Expand Down

0 comments on commit 7c7f795

Please sign in to comment.