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 {
4429
4429
}
4430
4430
}
4431
4431
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
+ */
4437
4437
private class CreateSubprocessShell extends SystemCommandExecution:: Range ,
4438
4438
FileSystemAccess:: Range , API:: CallNode
4439
4439
{
You can’t perform that action at this time.
0 commit comments