We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b606d6 commit 0b2165dCopy full SHA for 0b2165d
pymodbus/repl/client/main.py
@@ -231,7 +231,7 @@ def _(event):
231
continue # Control-C pressed. Try again.
232
except EOFError:
233
break # Control-D pressed.
234
- except Exception as exc: # Handle all other exceptions pylint: disable=broad-except
+ except Exception as exc: # pylint: disable=broad-except
235
click.secho(str(exc), fg="red")
236
237
click.secho("GoodBye!", fg="blue")
0 commit comments