educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

raw_data_bucket is not defined #65

Open edfincham opened 5 years ago

edfincham commented 5 years ago

This was throwing up a few pesky errors for me when I was running MORF locally via docker.

I changed it to reference the bucket arg instead and it seemed to work, though I might be missing something obvious.

https://github.com/educational-technology-collective/morf/blob/43c32eb16abe6f026c43987dbd9efb054ee7c5d3/morf-python-api/morf/utils/__init__.py#L320