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 37b1fdb commit 5c97b07Copy full SHA for 5c97b07
checkout
@@ -59,8 +59,7 @@ def main():
59
continue
60
total_repos += 1
61
for compatible_swift in repo['compatibility']:
62
- project.checkout(root_path, repo,
63
- repo['compatibility'][compatible_swift]['commit'])
+ project.checkout(root_path, repo, compatible_swift['commit'])
64
common.debug_print('='*40)
65
common.debug_print('Repository Summary:')
66
common.debug_print(' Total: %s' % total_repos)
0 commit comments