mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
fix wrong python path on windows
This commit is contained in:
@@ -236,7 +236,8 @@ public class HgCGIServlet extends HttpServlet
|
|||||||
{
|
{
|
||||||
if (Util.isNotEmpty(config.getPythonPath()))
|
if (Util.isNotEmpty(config.getPythonPath()))
|
||||||
{
|
{
|
||||||
pythonPath = pythonPath.concat(":").concat(config.getPythonPath());
|
pythonPath =
|
||||||
|
pythonPath.concat(File.pathSeparator).concat(config.getPythonPath());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user