Procházet zdrojové kódy

Tweak git version form a bit.

tags/v0.2
Ben Kurtovic před 10 roky
rodič
revize
a68bebc43c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/__init__.py

+ 1
- 1
earwigbot/__init__.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit