From 45f020edaa49ae57e8c1219b2159494ae2275166 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Tue, 19 Dec 2023 08:52:24 +0100 Subject: [PATCH] Solver: Fix install dir path. --- src/Solver/CommandLine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Solver/CommandLine.py b/src/Solver/CommandLine.py index b3614ca3..2a6d9ec8 100644 --- a/src/Solver/CommandLine.py +++ b/src/Solver/CommandLine.py @@ -132,7 +132,7 @@ class CommandLineSolver(AbstractSolver): return os.path.abspath( os.path.join( os.path.dirname(__file__), - "..", ".." + "..", "..", ".." ) )