Skip to content

Commit

Permalink
Update testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenSchmotz committed Jun 28, 2023
1 parent 82b147e commit 2f6c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 2f6c4be

Please sign in to comment.