Skip to content

Conversation

@DimitriPapadopoulos
Copy link

No description provided.

"""
the_str = "\n================================================================\n"\
"Number of reconnections: %d.\nNumber of emails quarantined: %d.\n" \
"Number of reconnections: %d.\number of emails quarantined: %d.\n" \

Choose a reason for hiding this comment

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

It's good to see typo fixes in this Pull Request, but this fix on line 423 may be incorrect? Perhaps the original line should be split into two lines for clarity, i.e. from:

"Number of reconnections: %d.\nNumber of emails quarantined: %d.\n" \
... to ...

"Number of reconnections: %d.\n" \
"Number of emails quarantined: %d.\n" \

Choose a reason for hiding this comment

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

Oh, I thought I had fixed this one. I'll have a look.

I had thought of splitting the line but wasn't certain you'd agree. If you do agree, i'll do that.

Choose a reason for hiding this comment

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

Fixed, and split the lines - both for clarity and avoiding codespell false positives.

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