You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this code, it uses timings[index] as start time of the course, where index is the index of the cell in the row. However, this is not correct when the ERP timetable contains colspans in earlier cells, because that has to be taken into account (timings[index + no of skipped cells due to colspan])
This causes issue in the generated time table:
The text was updated successfully, but these errors were encountered:
gyft/timetable/extractor.py
Lines 106 to 109 in 705462d
In this code, it uses
timings[index]
as start time of the course, whereindex
is the index of the cell in the row. However, this is not correct when the ERP timetable containscolspan
s in earlier cells, because that has to be taken into account (timings[index + no of skipped cells due to colspan]
)This causes issue in the generated time table:
The text was updated successfully, but these errors were encountered: