Skip to content

Commit

Permalink
fix: update timeline period calculation to use previous period variables
Browse files Browse the repository at this point in the history
  • Loading branch information
csgoh committed Jan 20, 2025
1 parent 5940ee0 commit 1aea138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roadmapper/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def set_task_position(
timeline_start_period,
timeline_end_period,
) = timeline_item.get_timeline_period(
timeline.mode, timeline_start_period, timeline_end_period
timeline.mode, previous_start, previous_end
)

previous_start = timeline_start_period
Expand Down

0 comments on commit 1aea138

Please sign in to comment.