From 9eadc843415df0e1a03703eb4da8e096af393403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Sand=20Jensen?= <bjje@dtu.dk> Date: Fri, 26 Jan 2024 19:55:40 +0100 Subject: [PATCH] Print the data file location in ex1.5.1-1.5.3,1.5.5 --- exercises/02450Toolbox_Python/Scripts/check_installation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/02450Toolbox_Python/Scripts/check_installation.py b/exercises/02450Toolbox_Python/Scripts/check_installation.py index 8f644cf..0247d0d 100644 --- a/exercises/02450Toolbox_Python/Scripts/check_installation.py +++ b/exercises/02450Toolbox_Python/Scripts/check_installation.py @@ -1,7 +1,7 @@ """ This is a helper function which can help you debug the Python installation -v20240125 +v20240126a """ import os -- GitLab