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 c524960 commit 4c6f609Copy full SHA for 4c6f609
mlc/repo_action.py
@@ -77,8 +77,6 @@ def add(self, run_args):
77
78
repo_path = os.path.join(self.repos_path, repo_folder_name)
79
80
- if os.path.exists(repo_path):
81
- return {'return': 1, "error": f"""Repo {run_args['repo']} already exists at {repo_path}"""}
82
for repo in self.repos:
83
if repo.path == i_repo_path:
84
return {'return': 1, "error": f"""Repo already exists at {repo.path}"""}
0 commit comments