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.
2 parents e1bd2a9 + 6da55a8 commit e9c255eCopy full SHA for e9c255e
checkout
@@ -59,7 +59,7 @@ def main():
59
continue
60
total_repos += 1
61
for compatible_swift in repo['compatibility']:
62
- project.checkout(root_path, repo, compatible_swift['commit'])
+ project_future.checkout(root_path, repo, compatible_swift['commit'])
63
common.debug_print('='*40)
64
common.debug_print('Repository Summary:')
65
common.debug_print(' Total: %s' % total_repos)
0 commit comments