Skip to content

Commit 9028fab

Browse files
committed
Complete an existing partial comment
1 parent 07a8328 commit 9028fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ function Validate-Python-DocMsPackages ($PackageInfo, $PackageInfos, $PackageSou
641641

642642
$allSucceeded = $true
643643
foreach ($item in $PackageInfos) {
644-
# Some packages
644+
# If the Version is INGORE that means it's a source install and those aren't run through ValidatePackage
645645
if ($item.Version -eq 'IGNORE') {
646646
continue
647647
}

0 commit comments

Comments
 (0)