mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
@@ -14,6 +14,7 @@ def make():
|
||||
out.seek(0)
|
||||
last_commit = None
|
||||
for l in out.readlines():
|
||||
l = l.decode('utf-8')
|
||||
if last_commit is not None:
|
||||
if l.startswith("Date:"):
|
||||
last_commit["date"] = l[8:-1]
|
||||
|
||||
Reference in New Issue
Block a user