Skip to content

Commit c2b8966

Browse files
committed
fixup! WIP - Remove FIPS hack introduced in PR #7486
1 parent 318ba35 commit c2b8966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/mage/checksums.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ func ChecksumsWithManifest(platform, dependenciesVersion string, versionedFlatPa
107107
if spec.PythonWheel {
108108
if mg.Verbose() {
109109
log.Printf(">>>>>>> Component %s/%s is a Python wheel, skipping", spec.ProjectName, spec.BinaryName)
110-
continue
111110
}
111+
continue
112112
}
113113

114114
if !spec.SupportsPlatform(platform) {

0 commit comments

Comments
 (0)