MillionConcepts / pdr

[P]lanetary [D]ata [R]eader - A single function to read all Planetary Data System (PDS) data into Python
Other
60 stars 6 forks source link

`pdr.Data` breaks during initialization when filename is not assigned #16

Closed m-stclair closed 3 years ago

m-stclair commented 3 years ago

...due to attempting to call __repr__. edge case, but bad, and easily fixed

m-stclair commented 3 years ago

just assigned these attributes by default...but see #17