Commit e4ec67a5 authored by TheDebbio's avatar TheDebbio
Browse files

med py lo msg exc init

parent 7557336f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ class MedicinaLocalOscillator(Receivers__POA.LocalOscillator, CharacteristicComp
				l_synt_cmd.setCmd(l_cmd_key, l_cmd_string)							
		except Exception:			
			exc=ComponentErrorsImpl.CDBAccessExImpl()
			msg= "Init error reading configuration from alma/"+ name
			exc.setData('Reason',msg)
			raise exc
		# CommandLine instance with given LO Synth commands
		self.cl=CommandLine.CommandLine(l_synt_cmd.getCmdDict())