Files
TimeTracker/docker
Dries Peeters 89ec9149f8 fix(startup): remove redundant traceback import causing UnboundLocalError
Remove redundant 'import traceback' statement inside exception handler
in docker/start-fixed.py. The traceback module is already imported at
the top of the file, and the local import was causing Python to treat
it as a local variable, leading to UnboundLocalError when the exception
handler didn't execute.
2026-01-04 04:34:58 +01:00
..
2025-08-30 11:32:03 +02:00
2025-08-30 11:32:03 +02:00