0

Merge pull request #1087 from rymate1234/master

Add a small message stating where the render is and how to open it
This commit is contained in:
Aaron Griffith
2014-05-06 18:25:31 -04:00

View File

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