We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d8dde commit e0479dfCopy full SHA for e0479df
utils/update-checkout
@@ -66,7 +66,7 @@ def obtain_additional_swift_sources(opts = {'with_ssh': False}):
66
'swift-corelibs-foundation': 'apple/swift-corelibs-foundation',
67
'swift-integration-tests': 'apple/swift-integration-tests',
68
}
69
- for dir_name, repo in additional_repos.iteritems():
+ for dir_name, repo in additional_repos.items():
70
with WorkingDirectory(SWIFT_SOURCE_ROOT):
71
if not os.path.isdir(os.path.join(dir_name, ".git")):
72
print("--- Cloning '" + dir_name + "' ---")
0 commit comments