Skip to content

Commit c28f9eb

Browse files
committed
Update dev version
1 parent ed2d207 commit c28f9eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

automation_ide/automation_editor_ui/connect_gui/ssh/ssh_command_widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def _on_data(self, data: bytes):
194194
f" {error}\n")
195195

196196
def _on_closed(self, msg: str):
197-
self.append_text(f"\n{
198-
self.word_dict.get('ssh_command_widget_log_message_channel_closed')} {msg}\n")
197+
self.append_text(f"\n{self.word_dict.get('ssh_command_widget_log_message_channel_closed')}"
198+
f" {msg}\n")
199199
self.login_widget.status_label.setText(self.word_dict.get(
200200
'ssh_command_widget_status_label_disconnected'
201201
))

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.63"
9+
version = "0.0.64"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)