[stable-2.19] tqm: Use correct warning methods (#85434) (#85550)

* Use display.error_as_warning instead of self.warning
* Use display.error_as_warning instead of display.warning_as_error.

(cherry picked from commit ea238c9eb5)

Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Matt Clay
2025-07-29 15:23:34 -07:00
committed by GitHub
co-authored by Abhijeet Kasurde
parent f28faa7fbf
commit 85af5cadf3
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
---
bugfixes:
- tqm - use display.error_as_warning instead of self.warning.
- tqm - use display.error_as_warning instead of display.warning_as_error.