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
File "main.py", line 3, in
from containers import Main
File "/home/anits/time/time/containers/Main.py", line 2, in
from containers import Generate, Instructor, ResultViewer, Room, Subject, Section
File "/home/anits/time/time/containers/Generate.py", line 2, in
from components import Database as db, ResourceTracker, ScheduleParser, ScenarioComposer, GeneticAlgorithm
File "/home/anits/time/time/components/GeneticAlgorithm.py", line 171
scheduleToInsert = [room, section, subject, instructor, *timeDetails]
^
SyntaxError: can use starred expression only as assignment target
The text was updated successfully, but these errors were encountered:
File "main.py", line 3, in
from containers import Main
File "/home/anits/time/time/containers/Main.py", line 2, in
from containers import Generate, Instructor, ResultViewer, Room, Subject, Section
File "/home/anits/time/time/containers/Generate.py", line 2, in
from components import Database as db, ResourceTracker, ScheduleParser, ScenarioComposer, GeneticAlgorithm
File "/home/anits/time/time/components/GeneticAlgorithm.py", line 171
scheduleToInsert = [room, section, subject, instructor, *timeDetails]
^
SyntaxError: can use starred expression only as assignment target
The text was updated successfully, but these errors were encountered: