put quotes around terrain SHA so github doesn't auto-link it by mistake
This commit is contained in:
@@ -174,7 +174,7 @@ def main():
|
||||
|
||||
h = hashlib.sha1()
|
||||
h.update(f.read())
|
||||
logging.info("Hash of terrain.png file is: %s", h.hexdigest())
|
||||
logging.info("Hash of terrain.png file is: `%s`", h.hexdigest())
|
||||
sys.exit(0)
|
||||
|
||||
if options.advanced_help:
|
||||
|
||||
Reference in New Issue
Block a user