File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
labscript_devices/PrawnDO Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def initialise_GUI(self):
3333 def initialise_workers (self ):
3434 self .create_worker (
3535 "main_worker" ,
36- "naqslab_devices.prawn_digital_output_labscript .blacs_workers.PrawnDOWorker" ,
36+ "labscript_devices.PrawnDO .blacs_workers.PrawnDOWorker" ,
3737 {
3838 'com_port' : self .com_port ,
3939 },
Original file line number Diff line number Diff line change 1515register_classes (
1616 'PrawnDO' ,
1717 BLACS_tab = 'labscript_devices.PrawnDO.blacs_tabs.PrawnDOTab' ,
18- runviewer_parser = 'naqslab_devices .PrawnDO.runviewer_parsers.PrawnDOParser' ,
18+ runviewer_parser = 'labscript_devices .PrawnDO.runviewer_parsers.PrawnDOParser' ,
1919)
2020
2121# private shim class necessary from runviewer parsing of shots
You can’t perform that action at this time.
0 commit comments