opensafely-actions / cohort-report

Cohort-report generates a report for each variable in an input file
MIT License
0 stars 0 forks source link

Make `config` optional #38

Closed iaindillingham closed 3 years ago

iaindillingham commented 3 years ago

Previously, config was implicitly required: if the user didn't supply any configuration, then convert_config was passed None and an error was raised. The intent, however, is for config to be optional, so if a user doesn't supply any configuration, then convert_config shouldn't be called.

Fixes #35