From 10a5a23e258f0394f9b40dc33a23d333f4d7c764 Mon Sep 17 00:00:00 2001 From: eliott <eliott.sammier@tetras-libre.fr> Date: Mon, 24 Jun 2024 14:57:56 +0200 Subject: [PATCH] Fix IDE launch configuration --- tetras_extraction/macao_12/script/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetras_extraction/macao_12/script/.vscode/launch.json b/tetras_extraction/macao_12/script/.vscode/launch.json index f228b95..633afdf 100644 --- a/tetras_extraction/macao_12/script/.vscode/launch.json +++ b/tetras_extraction/macao_12/script/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Python Debugger: Current File", "type": "debugpy", "request": "launch", - "program": "src/extract.py", + "program": "src/main.py", "console": "integratedTerminal" } ] -- GitLab