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
Resolves rdar://83727543
Without the fix we fail silly:
```
-> % ./utils/swift-api-dump.py ...
Traceback (most recent call last):
File "./utils/swift-api-dump.py", line 358, in <module>
main()
File "./utils/swift-api-dump.py", line 333, in main
if args.enable_experimental_distributed:
AttributeError: 'Namespace' object has no attribute 'enable_experimental_distributed'
```
0 commit comments