[V3 Downloader] Fix #1671 (#1692)

This commit is contained in:
Will
2018-05-22 20:54:00 -04:00
committed by GitHub
parent c42e9d4c5c
commit 889acaec82
2 changed files with 14 additions and 2 deletions

View File

@@ -537,8 +537,8 @@ class RepoManager:
"""
if self.does_repo_exist(name):
raise InvalidRepoName(
"That repo name you provided already exists." " Please choose another."
raise ExistingGitRepo(
"That repo name you provided already exists. Please choose another."
)
# noinspection PyTypeChecker