logic: update python indexer to fix issue #771 (#846)

This will allow the Python indexer to accept a Windows Python environment with the python.exe located in the root directory of the environment.
This commit is contained in:
Malte Langkabel
2019-12-16 15:54:01 +01:00
committed by Eberhard Graether
parent 8a7ba18b8a
commit 32136c5d78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p1"
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p2"
# Determine current platform
PLATFORM='unknown'