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 c410f5b commit 826240bCopy full SHA for 826240b
pymodbus/repl/helper.py
@@ -20,7 +20,7 @@
20
if IS_PYTHON2 or PYTHON_VERSION < (3, 3):
21
argspec = inspect.getargspec
22
else:
23
- predicate = inspect.ismethod
+ predicate = inspect.isfunction
24
argspec = inspect.signature
25
26
pymodbus/repl/main.py
@@ -41,7 +41,7 @@
41
\/ \/ \/ \/ \/ \/|__|
42
v{} - {}
43
----------------------------------------------------------------------------
44
-""".format("1.0.0", version)
+""".format("1.1.0", version)
45
log = None
46
47
0 commit comments