botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

activity_rerun fails on MetrologyTask's #378

Closed ybastide closed 3 years ago

ybastide commented 3 years ago

The MetrologyTask.can_upload method looks for keys in self.context without first checking whether this attribute is set; and activity_rerun doesn't set it.