You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #68 removed the loop iteration over all SKUs which were not
required for detecting the default/alternate generations for `x64`,
however such iteration is required to detect the `security_type`.
This commit fixes it by creating a dedicated helper function
`_get_security_type` for this purpose only.
0 commit comments