Skip to content

Commit 247f282

Browse files
author
arch
committed
add exit log event
1 parent da6bc44 commit 247f282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/ui/funscript_generator_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def __funscript_generated(self, funscripts, msg, success) -> None:
150150
self.__logger.info("Save result to %s", self.output_file)
151151
if not success: self.__show_message(msg, error=True)
152152
if platform.system() == 'Windows':
153+
self.__logger.info("EXIT with Workaround")
153154
time.sleep(0.5)
154155
os.system("taskkill /f /im funscript-editor.exe")
155156

0 commit comments

Comments
 (0)