Description of the issue
When I try to download same file few times, it doesn't give me message that file was already download both from imap-data-access and imap_cli command line. This message would help save time and understand that our cli is not downloading same file.
Steps to reproduce the issue
download same file using either imap-data-access or imap_cli command
Expected behavior (What should happen)
should give file already download message
Actual behavior (What does happen)
nothing in imap_cli or download successful shows up in imap-data-access cli
Code Snippet:
https://github.com/IMAP-Science-Operations-Center/imap-data-access/blob/main/imap_data_access/io.py#L80
Additional notes, affected areas, and suggested fixes
No response
Description of the issue
When I try to download same file few times, it doesn't give me message that file was already download both from
imap-data-accessandimap_clicommand line. This message would help save time and understand that our cli is not downloading same file.Steps to reproduce the issue
download same file using either
imap-data-accessorimap_clicommandExpected behavior (What should happen)
should give file already download message
Actual behavior (What does happen)
nothing in
imap_clior download successful shows up inimap-data-accesscliCode Snippet:
Additional notes, affected areas, and suggested fixes
No response