This website works better with JavaScript.
首頁
說明
登入
ben
/
earwigbot
镜像来自
https://github.com/earwig/earwigbot
關註
1
收藏
1
複製
0
程式碼
版本發佈
4
Activity
瀏覽代碼
Tweak git version form a bit.
tags/v0.2
Ben Kurtovic
10 年之前
父節點
96631e25f4
當前提交
a68bebc43c
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/__init__.py
+ 1
- 1
earwigbot/__init__.py
查看文件
@@ -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:
Write
Preview
Loading…
取消
儲存