mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +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()))
|
||||
{
|
||||
pythonPath = pythonPath.concat(":").concat(config.getPythonPath());
|
||||
pythonPath =
|
||||
pythonPath.concat(File.pathSeparator).concat(config.getPythonPath());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user