Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: remove TODO comment
  • Loading branch information
rjsparks committed Apr 19, 2024
commit aa1e8803646271af98aa6ca29a5a0b1c3cbbaa4c
1 change: 0 additions & 1 deletion ietf/idindex/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def idindex_update_task():
derived_all_id2_tmpfile = tmp_mgr.make_temp_file(all_id2_content)

# Move temp files as-atomically-as-possible into place
# TODO: multiwrite - anything being written into id_path also needs to be written to the all archive path
tmp_mgr.move_into_place(all_id_tmpfile, id_path / "all_id.txt", [ftp_path, all_archive_path])
tmp_mgr.move_into_place(derived_all_id_tmpfile, derived_path / "all_id.txt")
tmp_mgr.move_into_place(download_all_id_tmpfile, download_path / "id-all.txt")
Expand Down