alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Fix #143: Add data creation CLI #144

Closed rchan26 closed 8 months ago

rchan26 commented 8 months ago

For #143:

rchan26 commented 8 months ago

converting to draft as a few things to fix regarding the types of the default arguments. trying to fix this now

rwood-97 commented 8 months ago

Looks good - I changed the instances of os.getenv to get_env_var which means it prints the "getting SLACK_APP_TOKEN " bit twice (since it does actually get it twice) but I think that is okay?