Commit ad44ee78 authored by TheDebbio's avatar TheDebbio
Browse files

string_escape LO

parent 74a0d3c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ class MedicinaLocalOscillator(Receivers__POA.LocalOscillator, CharacteristicComp
			l_synt_cmd_list= l_synt_cmd.getCmdList()
			for l_cmd_key in l_synt_cmd_list:
				l_cmd_string= dao.get_string(l_cmd_key)
				l_synt_cmd.setCmd(l_cmd_key, l_cmd_string)							
				l_synt_cmd.setCmd(l_cmd_key, l_cmd_string.decode('string_escape'))							
		except Exception:			
			exc=ComponentErrorsImpl.CDBAccessExImpl()
			msg= "Init error reading configuration from alma/"+ name
+9 −9

File changed.

Contains only whitespace changes.