Merge branch 'master' into py-package
This commit is contained in:
@@ -128,6 +128,7 @@ class MapGen(object):
|
||||
index = open(indexpath, 'r').read()
|
||||
index = index.replace(
|
||||
"{time}", str(strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())))
|
||||
index = index.replace("{version}", util.findGitVersion())
|
||||
|
||||
with open(os.path.join(self.destdir, "index.html"), 'w') as output:
|
||||
output.write(index)
|
||||
|
||||
Reference in New Issue
Block a user