IMAP-Science-Operations-Center / imap-data-access

Package to download, query, and upload files from the IMAP Science Data Center.
MIT License
0 stars 8 forks source link

FIX: Allow Path or string to download routine #1

Closed greglucas closed 5 months ago

greglucas commented 5 months ago

Change Summary

Overview

Passing a pathlib object before caused errors on the "/" in file_path check due to it not being a string. We should only go down that path if we are passed strings, so add that case and add an explicit test for passing Path objects.