diff --git a/blacs/experiment_queue.py b/blacs/experiment_queue.py index 1844cf11..f98875e3 100644 --- a/blacs/experiment_queue.py +++ b/blacs/experiment_queue.py @@ -598,7 +598,7 @@ def restart_function(device_name): ) devices_in_use[name] = self.BLACS.tablist[name] start_order[name] = device_properties.get('start_order', None) - stop_order[name] = device_properties.get('start_order', None) + stop_order[name] = device_properties.get('stop_order', None) # Sort the devices into groups based on their start_order and stop_order start_groups = defaultdict(set)