Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assasdb/tools/assas_find_upload_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ def correct_archive_paths_for_user(lsdf_root: Optional[Path], user: str) -> int:
)
continue

## Maunal adaption
archive_name = str(upload_info.get("name"))
new_archive_paths = [
f"/{archive_name}/LOCA_6I_CL_1300_LIKE_SIMPLIFIED_ASSAS_FILT.bin"
Expand Down