Skip to content

Commit 46b6253

Browse files
author
arch
committed
rname exception msg
1 parent 95a823b commit 46b6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/ui/funscript_generator_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def continue_with_tracking_result(self):
135135
self.__logger.info("Set start frame to %d", self.start_frame)
136136
except Exception as ex:
137137
self.logger.critical("The program crashed in continue_with_tracking_result due to a fatal error", exc_info=ex)
138-
self.__show_message("Program crashed. Please send logfiles to the developer")
138+
self.__show_message("Invalid previous tracking data")
139139
sys.exit()
140140

141141
self.__next_postprocessing(None, [], [])

0 commit comments

Comments
 (0)