summaryrefslogtreecommitdiff
path: root/rparse.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-30 15:10:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-30 15:10:41 -0300
commit0909dac3c032f23bf6335ae00f36f89e1f8408dd (patch)
tree72beadaf463b14d351df5b130bfc373e759af002 /rparse.py
parent394c58ebe18f4c7b5ad3a0a75d32d9f89e343e32 (diff)
downloadrenpy-0909dac3c032f23bf6335ae00f36f89e1f8408dd.tar.gz
renpy-0909dac3c032f23bf6335ae00f36f89e1f8408dd.tar.bz2
renpy-0909dac3c032f23bf6335ae00f36f89e1f8408dd.tar.xz
renpy-0909dac3c032f23bf6335ae00f36f89e1f8408dd.zip
Add the subproc sanitizer to lite.py
Diffstat (limited to 'rparse.py')
-rw-r--r--rparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rparse.py b/rparse.py
index 655582b..098abae 100644
--- a/rparse.py
+++ b/rparse.py
@@ -29,4 +29,4 @@ for f in os.listdir(os.getcwd()+"/debug"):
ft.write(" "+l.replace("$", "").lstrip())
ft.close()
-subprocess.call("ls \"%s\"" % os.getcwd()+"/debug", shell=True)
+subprocess.call("ls \"%s\"" % os.getcwd()+"/debug", shell=True) # nosec