We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dc1b0 commit 63fd24fCopy full SHA for 63fd24f
ramp-database/ramp_database/testing.py
@@ -195,10 +195,10 @@ def setup_ramp_kit_ramp_data(
195
'it, you need to set "force=True".'
196
)
197
shutil.rmtree(problem_data_path, ignore_errors=True)
198
- ramp_kit_url = (
+ ramp_data_url = (
199
f"https://github.com/ramp-data/{problem_name}/archive/refs/heads/master.zip"
200
201
- _fetch_github_repo(ramp_kit_url, problem_data_path)
+ _fetch_github_repo(ramp_data_url, problem_data_path)
202
203
current_directory = os.getcwd()
204
os.chdir(problem_data_path)
0 commit comments