diff --git a/overviewer.py b/overviewer.py index 4d22e3a..43bd44f 100755 --- a/overviewer.py +++ b/overviewer.py @@ -541,6 +541,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():