weecology / retriever

Quickly download, clean up, and install public datasets into a database management system
http://data-retriever.org
Other
305 stars 133 forks source link

handles string as package name #1667

Open pyther-hub opened 1 year ago

pyther-hub commented 1 year ago

solved the issue #1638 by simply converting the string to list element rdt.display_all_rdataset_names("aer") the above command works same as rdt.display_all_rdataset_names(["aer"])

as now the code converts the string back to a list with one element its a simple way to solve this image

image as you con see in the screenshots the output is same

henrykironde commented 1 year ago

@Nageshbansal by any chance, do you have time to review this patch?

Nageshbansal commented 1 year ago

Yeah sure.

pyther-hub commented 1 year ago

@Nageshbansal if there is any problem in this pr please do let me know

pyther-hub commented 1 year ago

Sir please look into it @Nageshbansal

Nageshbansal commented 1 year ago

I will review this PR along with PR #1664 during this week.

pyther-hub commented 11 months ago

sir please have a look to this