Moving the mission and mission control in their own file. Adapting the rescue mission for the new shuttle
This commit is contained in:
@@ -161,7 +161,7 @@ class ManeuverScheduler:
|
||||
except json.JSONDecodeError:
|
||||
continue
|
||||
|
||||
raise EOFError('Excepted to find a free timeslot at the end alarm list')
|
||||
raise EOFError('Expected to find a free timeslot at the end alarm list')
|
||||
|
||||
@classmethod
|
||||
def get_reservation(cls, ut_at) -> Timeslot:
|
||||
|
||||
Reference in New Issue
Block a user