callahantiff / OMOP2OBO

OMOP2OBO: A Python Library for mapping OMOP standardized clinical terminologies to Open Biomedical Ontologies
http://tiffanycallahan.com/OMOP2OBO_Dashboard
MIT License
83 stars 12 forks source link

merge option fails with multiple #65

Open chrisroederucdenver opened 2 years ago

chrisroederucdenver commented 2 years ago

Describe the bug If you run with no arguments (as you very likely would not) you get: "ValueError: 'default' must be a list when 'multiple' is true."

To Reproduce Steps to reproduce the behavior:

  1. Go to the main directory
  2. type ./main.py at the command line
  3. See error as above

Expected behavior I'd expect an error relating to the lack of arguments.

Screenshots n/a

Desktop (please complete the following information):

callahantiff commented 2 years ago

@chrisroederucdenver -- thanks so much for noting this and creating the PR to resolve it. I am currently deep in the next release and will definitely take a close look at this and if everything looks good, will include it with that release!