From 2f6c4be73764ed30a43497c771157d69726942b0 Mon Sep 17 00:00:00 2001 From: Carsten Schmotz Date: Wed, 28 Jun 2023 16:58:25 +0200 Subject: [PATCH] Update testing.py --- project/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/testing.py b/project/testing.py index f448303bc3..42f4df20e4 100644 --- a/project/testing.py +++ b/project/testing.py @@ -4,7 +4,7 @@ #Get the right paths pathcar = "./CarRegistration.sqlite" pathenergy = "./Energyprize.sqlite" -pathAutomatedDatapipeline = "./main/data/AutomatedDataPipeline.py" +pathAutomatedDatapipeline = "./main/AutomatedDataPipeline.py" print(os.path.abspath(pathAutomatedDatapipeline)) print("Filepath found")