Sfoglia il codice sorgente

Use the branch name.

tags/v1.0^2
Ben Kurtovic 10 anni fa
parent
commit
782b9b9faf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bitshift/crawler/indexer.py

+ 1
- 1
bitshift/crawler/indexer.py Vedi File

@@ -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:


Caricamento…
Annulla
Salva