educational-technology-collective / morf

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

Show warning, not error, when no previous mode data is present for clear_previous_() #22

Closed jpgard closed 6 years ago

jpgard commented 6 years ago

This should not always be an error:

[ERROR]: exception when cleaning S3 bucket: An error occurred (MalformedXML) when calling the DeleteObjects operation: The XML you provided was not well-formed or did not validate against our published schema; continuing

When there is no prior data, this makes sense. So, change to WARNING.

jpgard commented 6 years ago

Resolved in logging branch merge.