This commit is contained in:
arpruss 2015-09-26 20:41:24 -05:00
parent 95e8d01b37
commit 23812e52c5
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ minetest.register_on_chat_message(function(name, message)
end
script_running = true
background_launch(script_window_id, '"' .. python_interpreter .. '" "' .. mypath .. path_separator .. "mcpipy" .. path_separator .. script .. ".py " .. argtext .. '"')
background_launch(script_window_id, '"' .. python_interpreter .. '" "' .. mypath .. path_separator .. "mcpipy" .. path_separator .. script .. '.py" ' .. argtext)
return true
else
table.insert(chat_record, id .. "," .. message:gsub("%|", "|"))

View File

@ -1,2 +1,2 @@
python = python
python = c:\python27\python.exe
local_only = false