Skip to content

Commit d08ff2a

Browse files
committed
Update dev version
1 parent 2f701f3 commit d08ff2a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

automation_ide/automation_editor_ui/connect_gui/ssh/ssh_command_widget.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ def _on_data(self, data: bytes):
190190
clean_text = ANSI_ESCAPE_PATTERN.sub('', text)
191191
self.append_text(clean_text)
192192
except Exception as error:
193-
self.append_text(f"{self.word_dict.get(
194-
'ssh_command_widget_error_message_decode_failed'
193+
self.append_text(f"{self.word_dict.get('ssh_command_widget_error_message_decode_failed'
195194
)} {error}\n")
196195

197196
def _on_closed(self, msg: str):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "automation_ide_dev"
9-
version = "0.0.60"
9+
version = "0.0.61"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)