File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
je_editor/pyside_ui/code/shell_process Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def process_run_over(self):
157
157
if self .after_done_function is not None :
158
158
self .after_done_function ()
159
159
160
- # exit program change run flag to false and clean read thread and queue and process
160
+ # exit program change runs flag to false and clean read thread and queue and process
161
161
def exit_program (self ) -> None :
162
162
jeditor_logger .info ("ShellManager exit_program" )
163
163
self .still_run_shell = False
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
7
7
[project ]
8
8
name = " je_editor_dev"
9
- version = " 0.0.225 "
9
+ version = " 0.0.226 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
You can’t perform that action at this time.
0 commit comments