mtreinish / ciml

a machine learning pipeline for analyzing CI results.
Apache License 2.0
5 stars 4 forks source link

Fix the code path that allows storing data locally #45

Closed afrittoli closed 4 years ago

afrittoli commented 4 years ago

Last time we modified the code to add some functionality, we inadvertently broke the case of local storage of the data.

"_get_data_handlers" should always return a tuple, so in case of no local cache return (None, None).

Fixes #44