From 9a3305932e5e1e72e8f78f29cb70e9ffa0c45343 Mon Sep 17 00:00:00 2001 From: rymate1234 Date: Fri, 11 Apr 2014 16:10:56 +0200 Subject: [PATCH] Add a small message stating where the render is and how to open it --- overviewer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overviewer.py b/overviewer.py index f5b8969..a9a82ae 100755 --- a/overviewer.py +++ b/overviewer.py @@ -514,6 +514,8 @@ dir but you forgot to put quotes around the directory, since it contains spaces. if options.pid: os.remove(options.pid) + logging.info("Your render has been written to '%s', open index.html to view it" % destdir) + return 0 def list_worlds():