Actions
Issue #997
closedError string pointing on wrong variable
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Master
Platform Release:
2.6.3
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:
Description
While verifying https://pulp.plan.io/issues/947 there was other small issue encountered.
File error_codes.py:
PLP0010 = Error("PLP0010", _("Conflicting operation reasons: %®s"), ['reasons'])
PLP0010 error message having wrong variable - small mistype. Bug is not likely to cause problems as those messages are mostly for debug.
Updated by mhrivnak over 8 years ago
- Priority changed from Low to Normal
- Triaged changed from No to Yes
Added by bcourt over 8 years ago
Updated by bcourt over 8 years ago
- Status changed from NEW to POST
Updated by bcourt over 8 years ago
- % Done changed from 0 to 100
Applied in changeset pulp|889f64332c726ba10bf5bebd7677306615de81a2.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by pthomas@redhat.com about 8 years ago
- Status changed from 5 to 6
verified
PLP0010 = Error("PLP0010", _("Conflicting operation reasons: %(reasons)s"), ['reasons'])
Updated by dkliban@redhat.com about 8 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Fix malformed error strings
fixes #997