From 0ead68e95a54805fdeb156621305577027c52995 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 1 Mar 2016 09:51:32 -0500 Subject: [PATCH] corrected input for minetestmapper py call --- chunkymap-regen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 667d9f1..660d857 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -635,7 +635,7 @@ class MTChunks: if os.path.isfile(region_capable_script_path): script_path = region_capable_script_path #cmd_suffix=" > entire-mtmresult.txt" - cmd_string="sudo python "+script_path+" --input \"/home/owner/.minetest/worlds/FCAGameAWorld\" --geometry "+geometry_value_string+" --output \""+tmp_png_path+"\""+cmd_suffix + cmd_string="sudo python "+script_path+" --input \""+self.world_path+"\" --geometry "+geometry_value_string+" --output \""+tmp_png_path+"\""+cmd_suffix #sudo python /home/owner/minetest/util/minetestmapper.py --input "/home/owner/.minetest/worlds/FCAGameAWorld" --output /var/www/html/minetest/chunkymapdata/entire.png > entire-mtmresult.txt # sudo mv entire-mtmresult.txt /home/owner/minetest/util/chunkymap-genresults/