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
Run get_user_details --config config.ini --write_file --simple
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
get_user_details --config config.ini --write_file --simple
Outputted Messages
Version information
Expected behavior
CSV still written when
--write_file
and--simple
setScreenshots
Additional context
Implemented in: TBD