mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
uncomment python path
This commit is contained in:
@@ -31,8 +31,7 @@
|
|||||||
|
|
||||||
import sys, os
|
import sys, os
|
||||||
|
|
||||||
pythonPath = ''
|
pythonPath = os.environ['SCM_PYTHON_PATH']
|
||||||
# pythonPath = os.environ['SCM_PYTHON_PATH']
|
|
||||||
|
|
||||||
if len(pythonPath) > 0:
|
if len(pythonPath) > 0:
|
||||||
pathParts = pythonPath.split(os.pathsep)
|
pathParts = pythonPath.split(os.pathsep)
|
||||||
|
|||||||
Reference in New Issue
Block a user