Some more debugging stuff to help find if it's an issue locally or with BYOND

This commit is contained in:
AnonymousHybi
2018-03-23 13:44:34 +00:00
parent 9487c20e5b
commit f027be32a2
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
/proc/ext_python(var/script, var/args, var/scriptsprefix = 1)
if(scriptsprefix) script = "scripts/" + script
if(world.system_type == MS_WINDOWS)
script = replacetext(script, "/", "\\")
var/command = config.python_path + " " + script + " " + args
log_debug("ext_python: Sending [command] to shell")
shell("[command]")
return