Skip to content

Commit 63fd24f

Browse files
committed
Fix variable name
1 parent b9dc1b0 commit 63fd24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ramp-database/ramp_database/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ def setup_ramp_kit_ramp_data(
195195
'it, you need to set "force=True".'
196196
)
197197
shutil.rmtree(problem_data_path, ignore_errors=True)
198-
ramp_kit_url = (
198+
ramp_data_url = (
199199
f"https://github.com/ramp-data/{problem_name}/archive/refs/heads/master.zip"
200200
)
201-
_fetch_github_repo(ramp_kit_url, problem_data_path)
201+
_fetch_github_repo(ramp_data_url, problem_data_path)
202202

203203
current_directory = os.getcwd()
204204
os.chdir(problem_data_path)

0 commit comments

Comments
 (0)