update SourcetrailPythonIndexer to version 1.25.6 to fix TextAccess issue (#1159)

* before this update the SourcetrailPythonIndexer was saving indexed code to the database different than Sourcetrail, which could result in crashes
This commit is contained in:
Malte Langkabel
2021-03-09 07:43:27 +01:00
committed by GitHub
parent 7c30074165
commit 804e564c8d
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p5"
SOURCETRAIL_PYTHON_INDEXER_VERSION="v1_db25_p6"
# Determine current platform
PLATFORM='unknown'