Project

Profile

Help

Issue #997

closed

Error string pointing on wrong variable

Added by Skullman almost 9 years ago. Updated about 5 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
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.

Actions #1

Updated by mhrivnak almost 9 years ago

  • Priority changed from Low to Normal
  • Triaged changed from No to Yes

Added by bcourt almost 9 years ago

Revision 889f6433 | View on GitHub

Fix malformed error strings

fixes #997

Added by bcourt almost 9 years ago

Revision 889f6433 | View on GitHub

Fix malformed error strings

fixes #997

Actions #2

Updated by bcourt almost 9 years ago

  • Status changed from NEW to POST
Actions #3

Updated by bcourt almost 9 years ago

  • Status changed from POST to MODIFIED
Actions #4

Updated by bcourt almost 9 years ago

  • % Done changed from 0 to 100
Actions #5

Updated by dkliban@redhat.com almost 9 years ago

  • Status changed from MODIFIED to 5
Actions #6

Updated by pthomas@redhat.com over 8 years ago

  • Status changed from 5 to 6

verified

PLP0010 = Error("PLP0010", _("Conflicting operation reasons: %(reasons)s"), ['reasons'])
Actions #7

Updated by dkliban@redhat.com over 8 years ago

  • Status changed from 6 to CLOSED - CURRENTRELEASE
Actions #9

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF