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