Skip to content

RoRConnection now handles responsibilities of RoRClient #6

RoRConnection now handles responsibilities of RoRClient

RoRConnection now handles responsibilities of RoRClient #6

Triggered via push September 2, 2023 05:44
Status Failure
Total duration 1m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tox.yml

on: push
Matrix: Tox
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Tox (3.11): ror_server_bot/ror_bot/ror_connection.py#L473
If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes
Tox (3.11): ror_server_bot/ror_bot/ror_connection.py#L932
Too many arguments for "_send" of "RoRConnection"
Tox (3.11)
Process completed with exit code 255.