mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix error 500 in repository browser with configured python path
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import sys, os
|
||||||
|
|
||||||
pythonPath = os.environ['SCM_PYTHON_PATH']
|
pythonPath = os.environ['SCM_PYTHON_PATH']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user