Skip to content

Commit

Permalink
WIP: figuring out why tests fail on windows only, part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSchacherer committed Aug 1, 2024
1 parent ef25673 commit 3871627
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions idc_index/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,12 @@ def __init__(self):
"sm_index": {
"description": None,
"installed": False,
"url": os.path.join(os.sep, asset_endpoint_url, "sm_index.parquet"),
"url": f"{asset_endpoint_url}/sm_index.parquet",
},
"sm_instance_index": {
"description": None,
"installed": False,
"url": os.path.join(
os.sep, asset_endpoint_url, "sm_instance_index.parquet"
),
"url": f"{asset_endpoint_url}/sm_instance_index.parquet",
},
}

Expand Down

0 comments on commit 3871627

Please sign in to comment.