Explorar el Código

Use the branch name.

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
782b9b9faf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py Ver fichero

@@ -186,7 +186,7 @@ class GitIndexer(threading.Thread):
"""

if repo.framework_name == "GitHub":
default_branch = repo.repo.active_branch
default_branch = repo.repo.active_branch.name
parts = [repo.url, "blob", default_branch, filename]
elif repo.framework_name == "Bitbucket":
try:


Cargando…
Cancelar
Guardar