mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-18 04:40:33 +01:00
Some more debugging stuff to help find if it's an issue locally or with BYOND
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user