From 33a0860d9f8f5592b1a2c9812282f413c26cabab Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Mon, 19 Sep 2011 16:21:41 -0400 Subject: [PATCH] put quotes around terrain SHA so github doesn't auto-link it by mistake --- overviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer.py b/overviewer.py index 8274f87..c3be4a8 100755 --- a/overviewer.py +++ b/overviewer.py @@ -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: