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

Spelling mistake in error message #498

Closed
PalNilsson opened this issue Mar 25, 2025 · 2 comments
Closed

Spelling mistake in error message #498

PalNilsson opened this issue Mar 25, 2025 · 2 comments
Assignees

Comments

@PalNilsson
Copy link
Contributor

In

pandaserver/taskbuffer/db_proxy_mods//job_complex_module.py

shouldn't

job.taskBufferErrorDiag = "cloned in bad jobStatus like defined and pending"

be

job.taskBufferErrorDiag = "closed in bad jobStatus like defined and pending"

?

@PalNilsson
Copy link
Contributor Author

This line:

                    job.taskBufferErrorDiag = f"didn't process any events on WN and retry unprocessed even ranges in PandaID={retNewPandaID}"

should be:

                    job.taskBufferErrorDiag = f"didn't process any events on WN and retry unprocessed event ranges in PandaID={retNewPandaID}"

@PalNilsson PalNilsson self-assigned this Mar 27, 2025
@PalNilsson
Copy link
Contributor Author

Created PR with fix: #499

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant