Skip to content

Commit

Permalink
Merged branch bugfix/a-quick-fix into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Jun 1, 2024
1 parent 06433cf commit beb04fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/jupiter/core/use_cases/time_plans/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ async def _perform_transactional_read(
if activity.target != TimePlanActivityTarget.BIG_PLAN:
continue

if activity.target_ref_id not in target_big_plans_by_ref_id:
activity_doneness[activity.ref_id] = True
continue

big_plan = target_big_plans_by_ref_id[activity.target_ref_id]

if activity.kind == TimePlanActivityKind.FINISH:
Expand Down

0 comments on commit beb04fd

Please sign in to comment.