зеркало из https://github.com/microsoft/PTVS.git
silence codeql (#7706)
This commit is contained in:
Родитель
685de7262b
Коммит
a19e16bb54
|
@ -248,7 +248,7 @@ namespace Microsoft.PythonTools.Infrastructure {
|
|||
);
|
||||
}
|
||||
|
||||
var psi = new ProcessStartInfo(filename);
|
||||
var psi = new ProcessStartInfo(filename); // CodeQL [SM00406] Code ql is complaining, but this is a utility class that is called with many different file names.
|
||||
if (quoteArgs) {
|
||||
psi.Arguments = string.Join(" ",
|
||||
arguments.Where(a => a != null).Select(QuoteSingleArgument));
|
||||
|
|
Загрузка…
Ссылка в новой задаче