Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
earwigbot
miroir de
https://github.com/earwig/earwigbot
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
4
Activité
Parcourir la source
Tweak git version form a bit.
tags/v0.2
Ben Kurtovic
il y a 10 ans
Parent
96631e25f4
révision
a68bebc43c
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
earwigbot/__init__.py
+ 1
- 1
earwigbot/__init__.py
Voir le fichier
@@ -45,7 +45,7 @@ if not __release__:
commit_id = Repo(path).head.object.hexsha
return commit_id[:8]
try:
__version__ += "
.git+
" + _get_git_commit_id()
__version__ += "
+git-
" + _get_git_commit_id()
except Exception:
pass
finally:
Écrire
Aperçu
Chargement…
Annuler
Enregistrer