Commit 9d909e1e authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

CT-60: fix typo in CspSubarray.py

parent 95505eaf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -863,7 +863,7 @@ class CspSubarray(SKASubarray):
                # sub-component command execution measured time
                sc_cmd_duration_measured = defaultdict(lambda:defaultdict(lambda:0))
                # loop on the devices and issue asynchrnously the Configure command 
                command_progress = trget_device._cmd_progress[cmd_name]
                command_progress = target_device._cmd_progress[cmd_name]
                # flag to signal when configuration ends on a sub-array sub-component
                device_done = defaultdict(lambda:False)
                # inside the end-less lop check the obsState of each sub-component