-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RHELC-1133] Fix colors in the text-based analysis log being reversed from what it should be #903
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #903 +/- ##
=======================================
Coverage 94.01% 94.01%
=======================================
Files 41 41
Lines 4142 4142
Branches 737 737
=======================================
Hits 3894 3894
Misses 177 177
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…it should be. convert2rhel.logger uses a boolean to tell whether to turn colors *off* while we were using a boolean to turn colors *on* in the assessment log. Made it so both turn colors off now.
92138bf
to
f625ac7
Compare
/packit build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple and straightforward change to me!
/packit test --labels tier0 |
/packit build |
/packit test --labels tier0 |
/packit test --labels tier0 |
@danmyway Is this okay to merge or do you think it needs QE verification and therefore we shouldn't merge it until 1.6 or 1.7? This was not noticed by customers but it affects the output of the assessment report (whether ANSI escape sequences for colors appear in the report or not). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abadger I apologize for the delay, I don't see any reason for blocking the merge. Let's do it.
convert2rhel.logger uses a boolean to tell whether to turn colors off while we were using a boolean to turn colors on in the assessment log. Made it so both turn colors off now.
Jira Issues: RHELC-1133
Checklist
[RHELC-]
is part of the PR titleRelease Pending
if relevant