mirror of https://gitlab.com/pamhyr/pamhyr2
Solver: Fix install dir path.
parent
ad1c5c487e
commit
45f020edaa
|
|
@ -132,7 +132,7 @@ class CommandLineSolver(AbstractSolver):
|
|||
return os.path.abspath(
|
||||
os.path.join(
|
||||
os.path.dirname(__file__),
|
||||
"..", ".."
|
||||
"..", "..", ".."
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue