new
This commit is contained in:
parent
9e18f320cd
commit
99c1510a34
36 changed files with 57279 additions and 2052 deletions
|
|
@ -175,12 +175,6 @@ function buildPrefixMatcher
|
|||
[string]$CsvPath
|
||||
)
|
||||
|
||||
if (-not (Test-Path $CsvPath))
|
||||
{
|
||||
### outLogVerbose 'if (-not (Test-Path $CsvPath)) -> true'
|
||||
throw "Prefix CSV not found: $CsvPath"
|
||||
}
|
||||
|
||||
$byLength = [System.Collections.Generic.Dictionary[int, System.Collections.Generic.HashSet[string]]]::new()
|
||||
|
||||
foreach ($row in $SPK.ProfilPrefixes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue