0

Add a small message stating where the render is and how to open it

This commit is contained in:
rymate1234
2014-04-11 16:10:56 +02:00
parent 8e5944d5c3
commit 9a3305932e

View File

@@ -514,6 +514,8 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
if options.pid: if options.pid:
os.remove(options.pid) os.remove(options.pid)
logging.info("Your render has been written to '%s', open index.html to view it" % destdir)
return 0 return 0
def list_worlds(): def list_worlds():