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():