Skip to content

Commit

Permalink
Don't duplicate .repos files
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianThomsen committed May 23, 2023
1 parent a8bb9e4 commit 9ef4594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recursive_vcs_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def main():

cloned_repos.append(next_repo)

print(" ".join([str(repo) for repo in found_repos]))
print(" ".join([str(repo) for repo in set(found_repos)]))


if __name__ == "__main__":
Expand Down

0 comments on commit 9ef4594

Please sign in to comment.