Implementing comsat missions
This commit is contained in:
@@ -159,6 +159,8 @@ class ManeuverScheduler:
|
||||
alarm_end = a.time + int(note['duration'])
|
||||
if cls.timeslot_is_free(alarm_end, duration):
|
||||
return alarm_end
|
||||
except json.JSONDecodeError:
|
||||
continue
|
||||
|
||||
raise EOFError('Excepted to find a free timeslot at the end alarm list')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user