File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4429,11 +4429,11 @@ private module StdlibPrivate {
44294429 }
44304430 }
44314431
4432- /**
4433- * A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
4434- *
4435- * See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
4436- */
4432+ /**
4433+ * A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
4434+ *
4435+ * See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
4436+ */
44374437 private class CreateSubprocessShell extends SystemCommandExecution:: Range ,
44384438 FileSystemAccess:: Range , API:: CallNode
44394439 {
You can’t perform that action at this time.
0 commit comments