gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092)

This commit is contained in:
Petr Viktorin 2023-05-30 17:45:56 +02:00 committed by GitHub
parent b7aadb4583
commit 0656d23d82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -684,7 +684,8 @@ def main():
if args.all:
run_all_generators = True
args.unixy_check = True
if UNIXY:
args.unixy_check = True
try:
file = args.file.open('rb')