Skip to content

Add missing newline after status message.#26

Merged
pmeenan merged 1 commit intocatchpoint:masterfrom
andrey-malets:fix-message-output
Feb 12, 2021
Merged

Add missing newline after status message.#26
pmeenan merged 1 commit intocatchpoint:masterfrom
andrey-malets:fix-message-output

Conversation

@andrey-malets
Copy link
Contributor

The "print" statement that was used before automatically inserted
newline character after the message, while .write() method does
not do this, which broke compatibility with some clients, notably
Catapult. Also fix formatting a little by stripping unnecessary
space.

The "print" statement that was used before automatically inserted
newline character after the message, while .write() method does
not do this, which broke compatibility with some clients, notably
Catapult.  Also fix formatting a little by stripping unnecessary
space.
@pmeenan pmeenan merged commit 7915ade into catchpoint:master Feb 12, 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