strands-project / strands_executive

Executive control code for STRANDS robots.
10 stars 19 forks source link

Fix incorrect reference to self.daily end in DailyRoutine #280

Closed heuristicus closed 7 years ago

heuristicus commented 7 years ago

Not as simple as I thought. daily_start is datetime.time, daily_end is datetime.datetime.

Managed to fix that. No longer crashes.

Fixes #279.