Skip to content
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

Improve a log message to output the Job Status in English instead of an integer #348

Open
tomrittervg opened this issue Mar 19, 2024 · 0 comments
Labels
Easy Enhancement New feature or request

Comments

@tomrittervg
Copy link
Collaborator

tomrittervg commented Mar 19, 2024

self.logger.log("Processing job id %s for %s which is currently %s and has a %s bug" % (j.id, library.name, j.status, "open" if j.bugzilla_is_open else "closed"))

currently will output like which is currently 6

turn this line into the actual text

@tomrittervg tomrittervg added Enhancement New feature or request Easy labels Mar 19, 2024
@tomrittervg tomrittervg changed the title which is currently 6 Improve a log message to output the Job Status in English instead of an integer Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant