parent
ac1f02c3a0
commit
ee8beb194e
1 changed files with 3 additions and 0 deletions
|
|
@ -925,6 +925,9 @@ def menu_ddrescue(source_path, dest_path, run_mode):
|
||||||
# Post
|
# Post
|
||||||
if state.ticket_id:
|
if state.ticket_id:
|
||||||
state.ost.post_response(state.generate_report(), state.ticket_id)
|
state.ost.post_response(state.generate_report(), state.ticket_id)
|
||||||
|
print_standard('Done')
|
||||||
|
print_standard(' ')
|
||||||
|
pause('Press Enter to exit... ')
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
run_program(['tmux', 'kill-window'])
|
run_program(['tmux', 'kill-window'])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue