Skip to content

Commit 0392afb

Browse files
committed
gui: change successful exit message
1 parent 138d3a4 commit 0392afb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MagiaTimeline-GUI.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ def processWorker(queue, *args, **kwargs):
310310
try:
311311
import MagiaTimeline
312312
MagiaTimeline.main(*args, **kwargs)
313-
except SystemExit as e:
314-
print(f"[Info] MagiaTimeline worker process finished with exit code: {e.code}")
313+
print(f"[Info] MagiaTimeline worker process finished successfully.")
315314
except Exception:
316315
tb = traceback.format_exc()
317316
print("[Error] Unhandled exception in MagiaTimeline worker process:\n" + tb)

0 commit comments

Comments
 (0)