[V3] Disregard limitations on repo names (#1349)

This commit is contained in:
Will
2018-02-26 01:21:13 -05:00
committed by palmtree5
parent 09ddfe4250
commit 1363bc3f43
3 changed files with 2 additions and 8 deletions

View File

@@ -554,7 +554,6 @@ class RepoManager:
New Repo object representing the cloned repository.
"""
name = self.validate_and_normalize_repo_name(name)
if self.does_repo_exist(name):
raise InvalidRepoName(
"That repo name you provided already exists."