Skip to content

Commit 85bc1d4

Browse files
committed
Fix #805. (#818)
1 parent 894de1f commit 85bc1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymodbus/repl/client/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def convert(self, value, param, ctx):
104104
def cli(client): #NOSONAR pylint: disable=too-complex
105105
"""Client definition."""
106106
use_keys = KeyBindings()
107-
history_file = os.path.normpath(os.path.expanduser("~/.pymodhis")
107+
history_file = os.path.normpath(os.path.expanduser("~/.pymodhis"))
108108

109109
@use_keys.add('c-space')
110110
def _(event):

0 commit comments

Comments
 (0)