Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Tweak git version form a bit.
tags/v0.2
Ben Kurtovic
hace 10 años
padre
96631e25f4
commit
a68bebc43c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
earwigbot/__init__.py
+ 1
- 1
earwigbot/__init__.py
Ver fichero
@@ -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:
Escribir
Vista previa
Cargando…
Cancelar
Guardar