We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The help for the REPL client is missing some commands from help, and instead has client.{c[0]}.
help
client.{c[0]}
pymodbus.console tcp ❯ pymodbus.console tcp ---------------------------------------------------------------------------- __________ _____ .___ __________ .__ \______ \___.__. / \ ____ __| _/ \______ \ ____ ______ | | | ___< | |/ \ / \ / _ \ / __ | | _// __ \\\____ \| | | | \___ / Y ( <_> ) /_/ | | | \ ___/| |_> > |__ |____| / ____\____|__ /\____/\____ | /\ |____|_ /\___ > __/|____/ \/ \/ \/ \/ \/ \/|__| v1.3.0 - 3.5.0dev ---------------------------------------------------------------------------- > help Available commands: <...> client.{c[0]}
This was caught by a ruff rule.
ruff
RUF011 Dictionary comprehension uses static key: "client.{c[0]}"
"client.{c[0]}"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The help for the REPL client is missing some commands from
help
, and instead hasclient.{c[0]}
.This was caught by a
ruff
rule.The text was updated successfully, but these errors were encountered: