UAL-RE / LD-Cool-P

Python tool to enable data curation
MIT License
4 stars 5 forks source link

get_user_details script does not write CSV for --simple case #233

Closed astrochun closed 3 years ago

astrochun commented 3 years ago

Describe the bug

When attempting to run the get_user_details and set --simple, the current state is to not write a CSV file. Let's change this so that --write-file determines whether such a file is written.

Reproduction Steps

  1. Run get_user_details --config config.ini --write_file --simple

Outputted Messages

Version information

Expected behavior

CSV still written when --write_file and --simple set

Screenshots

Additional context

Implemented in: TBD