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

Fixed a logging bug that produced a crash during tests #129

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

bernd-wechner
Copy link
Contributor

A bug in logging output was causing tests to fail.

@bernd-wechner bernd-wechner mentioned this pull request Sep 23, 2021
@@ -65,7 +65,7 @@ def parse_references(task_list, references):
if answer_thread is None:
logger.info("no answer thread found in references")
else:
logger.info("found an answer thread: %d", answer_thread)
logger.info("found an answer thread: %s", str(answer_thread))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surprised this hadn't been caught before! I should get a test runner working on github. Thank you.

Copy link
Owner

@shacker shacker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers, thanks.

@shacker shacker merged commit bbcfd0b into shacker:master Sep 28, 2021
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

Successfully merging this pull request may close these issues.

2 participants